This commit is contained in:
Yair Morgenstern
2023-09-03 09:55:02 +03:00
parent 057a7ce9b5
commit 8b9d0af4bf
40 changed files with 2254 additions and 843 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.7.20", 908)
val VERSION = Version("4.8.0", 908)
//endregion
lateinit var Current: UncivGame