Skip to content

Commit

Permalink
chore: release 21.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SKoschnicke committed Sep 21, 2020
1 parent 5693a64 commit ec6a70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend
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.2"
version = "21.0.3"
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 ec6a70f

Please sign in to comment.