4.8.9-patch1

This commit is contained in:
Yair Morgenstern
2023-10-01 13:52:00 +03:00
parent 98ef5186af
commit ffd77c82d8
3 changed files with 8 additions and 8 deletions

View File

@ -536,7 +536,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
companion object {
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
val VERSION = Version("4.8.9", 917)
val VERSION = Version("4.8.9-patch1", 918)
//endregion
lateinit var Current: UncivGame