Skip to content

Commit bdfc46e

Browse files
SKoschnickeanarchuser
authored andcommitted
chore: release 21.0.3
1 parent 3faa401 commit bdfc46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group = "sc.gui"
22-
version = "21.0.2"
22+
version = "21.0.3"
2323
try {
2424
// Add hash suffix if git is available
2525
version = version.toString() + "-" + Runtime.getRuntime().exec(arrayOf("git", "rev-parse", "--short", "--verify", "HEAD")).inputStream.reader().readText().trim()

0 commit comments

Comments
 (0)