summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f5e2fd4..de917dd 100644
--- a/src/main/kotlin/Main.kt
+++ b/src/main/kotlin/Main.kt
@@ -37,10 +37,10 @@ enum class WhatToDo {
}
fun main() {
- val firstPr = 1047
+ val firstPr = 1121
val hideWhenError = true
val fullVersion = "0.24"
- val beta = 11
+ val beta = 12
val whatToDo = WhatToDo.NEXT_BETA