#no-stupid-questions is there a way for me to remove a version from clojars?
I accidentally published lib at 3.0.0 when it is in fact not at that version. it is in fact the first version 🙂
if it's not possible i guess my lib will just seem very mature 😄
There is a link for jar deletion, https://github.com/clojars/administration/issues/new/choose
ah ty!
but... > JARs are removed from Clojars for two reasons: > > * There is a security vulnerability in a published JAR, i.e. malicious code > * Private credentials or code have been published.
yeah probably not worth it
@lilactown it will just appear mature. Make the next version 10.0.0 :)
just move to a new artifact and add "-next" to it
just call your library "3.0.0" and use the artifact-id as the version