Bump version and create initial changelog entry (#9334)

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2023-05-06 21:21:50 +03:00
committed by GitHub
parent 52e8623f08
commit c895771b3a
4 changed files with 56 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.8", 858)
val VERSION = Version("4.6.9", 859)
//endregion
lateinit var Current: UncivGame