Skip to content

Commit b62d36d

Browse files
committed
Set release version to 3.1.0.RC1
1 parent 84ba7a0 commit b62d36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'base'
22

33
allprojects {
4-
version = '3.1.0.CI-SNAPSHOT'
4+
version = '3.1.0.RC1'
55
releaseBuild = version.endsWith('RELEASE')
66
snapshotBuild = version.endsWith('SNAPSHOT')
77

0 commit comments

Comments
 (0)