Skip to content

Commit f712780

Browse files
committed
Bump version: 0.5.2-SNAPSHOT → 0.5.2
1 parent bdeaa01 commit f712780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.2-SNAPSHOT
2+
current_version = 0.5.2
33
commit = True
44
tag = True
55
sign_tags = True

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'com.glencoesoftware.omero'
7-
version = '0.5.2-SNAPSHOT'
7+
version = '0.5.2'
88

99
mainClassName = 'io.vertx.core.Launcher'
1010

0 commit comments

Comments
 (0)