Skip to content

Commit ec6a70f

Browse files
committed
chore: release 21.0.3
1 parent 5693a64 commit ec6a70f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend

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)