Skip to content

Commit

Permalink
Prepare for upcoming release 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Jul 22, 2020
1 parent 3f973d5 commit 36ad7ff
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 = '1.0'
baseVersion = '0.16'
buildTime = new Date()
}

Expand Down

0 comments on commit 36ad7ff

Please sign in to comment.