diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-03-07 11:38:20 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-03-07 11:38:20 +0100 |
commit | 1274ae2a31ae8b152b13346fae11c8a9e64c01b1 (patch) | |
tree | b72c7008034d56c276c578055a5e9a8532d5cee1 | |
parent | 30c1cf94f604e17c603b97d8763ee560654b8f7d (diff) | |
download | SkyHanniChangelogBuilder-1274ae2a31ae8b152b13346fae11c8a9e64c01b1.tar.gz SkyHanniChangelogBuilder-1274ae2a31ae8b152b13346fae11c8a9e64c01b1.tar.bz2 SkyHanniChangelogBuilder-1274ae2a31ae8b152b13346fae11c8a9e64c01b1.zip |
updated next beta
-rw-r--r-- | src/main/kotlin/Main.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt index 89ec0d2..3025076 100644 --- a/src/main/kotlin/Main.kt +++ b/src/main/kotlin/Main.kt @@ -37,9 +37,9 @@ enum class WhatToDo { } fun main() { - val firstPr = 1112 + val firstPr = 1072 val hideWhenError = true - val title = "Version 0.24 Beta 6" + val title = "Version 0.24 Beta 7" val whatToDo = WhatToDo.NEXT_BETA |