Skip to content

Commit

Permalink
Bump core version
Browse files Browse the repository at this point in the history
  • Loading branch information
krakowski committed Apr 25, 2023
1 parent 16d4cfb commit f1c855f
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
@@ -1,5 +1,5 @@
ext {
projectVersion = '0.1.0' + (Boolean.valueOf(System.getProperty('release')) ? '' : '-SNAPSHOT')
projectVersion = '0.2.0' + (Boolean.valueOf(System.getProperty('release')) ? '' : '-SNAPSHOT')

// Command Line Application Framework
picocliVersion = '4.6.1'
Expand Down

0 comments on commit f1c855f

Please sign in to comment.