Skip to content

Commit 5693a64

Browse files
committed
fix: reference latest backend version
1 parent b65c2ad commit 5693a64

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.1"
22+
version = "21.0.2"
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)