Skip to content

Commit

Permalink
set version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Oct 6, 2015
1 parent 452c834 commit 2b53865
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.1-SNAPSHOT'
version = '0.9.1'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.isCI = System.env.CI == "true"
apply plugin: 'jacoco'
Expand Down

0 comments on commit 2b53865

Please sign in to comment.