We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faa401 commit bdfc46eCopy full SHA for bdfc46e
build.gradle.kts
@@ -19,7 +19,7 @@ plugins {
19
}
20
21
group = "sc.gui"
22
-version = "21.0.2"
+version = "21.0.3"
23
try {
24
// Add hash suffix if git is available
25
version = version.toString() + "-" + Runtime.getRuntime().exec(arrayOf("git", "rev-parse", "--short", "--verify", "HEAD")).inputStream.reader().readText().trim()
0 commit comments