Skip to content

Commit

Permalink
feat: release 21.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SKoschnicke committed Oct 23, 2020
1 parent 4d17c88 commit 93fb692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group = "sc.gui"
version = "21.0.6"
version = "21.0.7"
try {
// Add hash suffix if git is available
version = version.toString() + "-" + Runtime.getRuntime().exec(arrayOf("git", "rev-parse", "--short", "--verify", "HEAD")).inputStream.reader().readText().trim()
Expand Down

0 comments on commit 93fb692

Please sign in to comment.