Skip to content

Commit 4ea1731

Browse files
committed
Prepend 0.0.0 to master build versions
1 parent e5f08ec commit 4ea1731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def getDevelopmentVersion() {
2020
println "git hash is empty: error: ${error.toString()}"
2121
throw new IllegalStateException("git hash could not be determined")
2222
}
23-
new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date()) + "-" + gitHash
23+
"0.0.0-" + new SimpleDateFormat('yyyy-MM-dd\'T\'HH-mm-ss').format(new Date()) + "-" + gitHash
2424
}
2525

2626

0 commit comments

Comments
 (0)