Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fruhland committed Jul 21, 2021
1 parent 0597799 commit 27efd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
projectVersion = '0.2.0'
projectVersion = '0.2.1' + (Boolean.valueOf(System.getProperty('release')) ? '' : '-SNAPSHOT')
}

subprojects {
Expand Down

0 comments on commit 27efd8c

Please # to comment.