Bump version and create initial changelog entry (#10492)

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2023-11-13 22:34:21 +02:00
committed by GitHub
parent 643f98b53f
commit 46e39d7d38
4 changed files with 48 additions and 3 deletions

View File

@ -544,7 +544,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.17", 927)
val VERSION = Version("4.8.18", 928)
//endregion
lateinit var Current: UncivGame