Browse Source

Set release version to 3.1.0.RC1

pull/1/head 3.1.0.RC1
Luke Taylor 15 years ago
parent
commit
b62d36d646
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save