4.7.15-patch1

This commit is contained in:
Yair Morgenstern
2023-08-18 12:51:37 +03:00
parent 0e664d943b
commit 72a7f4df57
3 changed files with 4 additions and 4 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.15", 901)
val VERSION = Version("4.7.15-patch1", 902)
//endregion
lateinit var Current: UncivGame