Skip to content

Commit c329f33

Browse files
committed
chore(build): Update app version suffixes from alpha to beta
1 parent a5a4d60 commit c329f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val osName = System.getProperty("os.name").lowercase()
66
val osArch = System.getProperty("os.arch").lowercase()
77

88
val appVersion = "1.1.6"
9-
val appVersionSuffix = "Alpha"
9+
val appVersionSuffix = "Beta"
1010

1111
val platformStr = when {
1212
osName.contains("win") -> {

0 commit comments

Comments
 (0)