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 4d54c58 commit 894d751Copy full SHA for 894d751
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
group = "com.teamscale"
7
8
-val appVersion by extra("33.3.1")
+val appVersion by extra("33.3.2")
9
10
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
11
0 commit comments