Skip to content

Commit

Permalink
Adjust version to patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Mar 20, 2020
1 parent 6f3f89d commit 8c700b7
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 @@ -12,7 +12,7 @@ plugins {
ext {
CI = System.getenv().containsKey('CI') || project.properties.containsKey('CI')
RELEASE = project.properties.containsKey('RELEASE')
baseVersion = '0.12'
baseVersion = '0.11.1'
buildTime = new Date()
}

Expand Down

0 comments on commit 8c700b7

Please sign in to comment.