Skip to content

Commit

Permalink
Set next base version
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Jun 11, 2020
1 parent 057dbd9 commit f1f477d
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.14'
baseVersion = '0.15'
buildTime = new Date()
}

Expand Down

0 comments on commit f1f477d

Please sign in to comment.