Skip to content

Commit f01698d

Browse files
committed
Resoday 1.1
1 parent 2d13fa7 commit f01698d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tasks.named('test', Test) {
5656
* TODO maybe generate Version.java from Gradle?
5757
*/
5858
String calculateVersion() {
59-
final String defaultVersion = '1.0-nongit'
59+
final String defaultVersion = '1.1-nongit'
6060
final Grgit git = Grgit.open(dir: project.rootDir)
6161
try {
6262
/*

0 commit comments

Comments
 (0)