Skip to content

Commit cad40d9

Browse files
committed
version
1 parent 48da3a9 commit cad40d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ allprojects {
77
version = '1.0.7'
88

99
if(hasProperty("release")) {
10-
11-
} else if (hasProperty("snapshot")) {
10+
11+
} else {
1212
version += "-SNAPSHOT"
1313
}
1414

0 commit comments

Comments
 (0)