Skip to content

Commit

Permalink
Resoday 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rybak committed Apr 12, 2022
1 parent 2d13fa7 commit f01698d
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 @@ -56,7 +56,7 @@ tasks.named('test', Test) {
* TODO maybe generate Version.java from Gradle?
*/
String calculateVersion() {
final String defaultVersion = '1.0-nongit'
final String defaultVersion = '1.1-nongit'
final Grgit git = Grgit.open(dir: project.rootDir)
try {
/*
Expand Down

0 comments on commit f01698d

Please sign in to comment.