Skip to content

Commit

Permalink
version should be SNAPSHOT (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA authored and jsotuyod committed Feb 21, 2017
1 parent cb8dbf7 commit 9751a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ subprojects {
apply from: "$rootDir/gradle/test.gradle"

group = 'com.github.spotbugs'
version = '3.1.0-RC1'
version = '3.1.0-SNAPSHOT'

// Java versions
project.sourceCompatibility = 1.8
Expand Down

0 comments on commit 9751a22

Please sign in to comment.