Version rollout (#9909)

* Bump version and create initial changelog entry

* Update Russian.properties (#9903)

* Update Russian.properties

* Update Russian.properties

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: deqtodo <94169613+deqtodo@users.noreply.github.com>
This commit is contained in:
Yair Morgenstern
2023-08-14 16:29:05 +03:00
committed by GitHub
parent a4a43dadc1
commit ff24a5b884
5 changed files with 162 additions and 119 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.13", 899)
val VERSION = Version("4.7.14", 900)
//endregion
lateinit var Current: UncivGame