Skip to content

Commit

Permalink
update version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Oct 14, 2015
1 parent 122fcd0 commit 3cd447a
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 @@ -22,7 +22,7 @@ task wrapper(type: Wrapper) {

allprojects {
group = 'com.tngtech.jgiven'
version = '0.9.2-SNAPSHOT'
version = '0.9.2'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.isCI = System.env.CI == "true"
apply plugin: 'jacoco'
Expand Down

0 comments on commit 3cd447a

Please sign in to comment.