Skip to content

Commit

Permalink
Update version to 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
phillcunnington committed Mar 22, 2016
1 parent 7e41d76 commit 43e3749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ allprojects {
apply plugin: 'signing'

group = 'org.forgerock.cuppa'
version = '0.9.0-SNAPSHOT'
version = '1.0.0'
}

if (!project.hasProperty("sonatypeUsername") || !project.hasProperty("sonatypePassword")) {
Expand Down

0 comments on commit 43e3749

Please sign in to comment.