Browse Source

Reset post-release build version to snapshot.

Luke Taylor 14 years ago
parent
commit
9f8a47f73e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -1,7 +1,7 @@
 apply plugin: 'base'
 
 allprojects {
-    version = '3.1.0.RC1'
+    version = '3.1.0.CI-SNAPSHOT'
     releaseBuild = version.endsWith('RELEASE')
     snapshotBuild = version.endsWith('SNAPSHOT')