We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdeaa01 commit f712780Copy full SHA for f712780
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.2-SNAPSHOT
+current_version = 0.5.2
3
commit = True
4
tag = True
5
sign_tags = True
build.gradle
@@ -4,7 +4,7 @@ plugins {
}
6
group = 'com.glencoesoftware.omero'
7
-version = '0.5.2-SNAPSHOT'
+version = '0.5.2'
8
9
mainClassName = 'io.vertx.core.Launcher'
10
0 commit comments