Skip to content

Commit

Permalink
Set base version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Jan 14, 2017
1 parent 1457ab4 commit b19a111
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 @@ -18,7 +18,7 @@ buildScan {
ext {
CI = System.getenv().containsKey('CI') || project.properties.containsKey('CI')
RELEASE = project.properties.containsKey('RELEASE')
baseVersion = '0.5'
baseVersion = '0.4.1'
buildTime = new Date()
}

Expand Down

0 comments on commit b19a111

Please sign in to comment.