This commit is contained in:
yairm210
2024-04-01 14:21:45 +03:00
parent 18f27bc400
commit c2a2bcb417
44 changed files with 1603 additions and 197 deletions

View File

@ -464,7 +464,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.10.23", 983)
val VERSION = Version("4.11.0", 983)
//endregion
lateinit var Current: UncivGame