Version rollout (#9208)

* Bump version and create initial changelog entry

* Update French.properties (#9201)

* Translate Simplified_Chinese.properties (#9200)

4.6.2 Basic Translate

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: YaoSiQian <2229561981@qq.com>
This commit is contained in:
Yair Morgenstern
2023-04-17 09:33:26 +03:00
committed by GitHub
parent eabb91b0d8
commit e313f00f6d
6 changed files with 61 additions and 52 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.2", 849)
val VERSION = Version("4.6.3", 850)
//endregion
lateinit var Current: UncivGame