summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-14 12:45:07 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-03-14 12:45:07 +0100
commit4b2a45826788a2123de121332e75368df2e90667 (patch)
tree6f405ce0d2a864abca2867523168fe961f923b61
parent7ff66cf61c05b6f171300da96a4afe9ce3747f35 (diff)
downloadSkyHanniChangelogBuilder-master.tar.gz
SkyHanniChangelogBuilder-master.tar.bz2
SkyHanniChangelogBuilder-master.zip
updated to beta 13HEADmaster
-rw-r--r--src/main/kotlin/Main.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt
index 494ba10..8f62f34 100644
--- a/src/main/kotlin/Main.kt
+++ b/src/main/kotlin/Main.kt
@@ -46,10 +46,10 @@ enum class WhatToDo {
}
fun main() {
- val firstPr = 1121
+ val firstPr = 1168
val hideWhenError = true
val fullVersion = "0.24"
- val beta = 12
+ val beta = 13
val whatToDo = WhatToDo.NEXT_BETA