4.6.14-patch1

This commit is contained in:
Yair Morgenstern
2023-05-24 11:45:55 +03:00
parent 4ef33b84e5
commit d9b62fbf3e
2 changed files with 3 additions and 3 deletions

View File

@ -531,7 +531,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.6.14", 870)
val VERSION = Version("4.6.14-patch1", 871)
//endregion
lateinit var Current: UncivGame