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 a5a4d60 commit c329f33Copy full SHA for c329f33
composeApp/build.gradle.kts
@@ -6,7 +6,7 @@ val osName = System.getProperty("os.name").lowercase()
6
val osArch = System.getProperty("os.arch").lowercase()
7
8
val appVersion = "1.1.6"
9
-val appVersionSuffix = "Alpha"
+val appVersionSuffix = "Beta"
10
11
val platformStr = when {
12
osName.contains("win") -> {
0 commit comments