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

@ -3,8 +3,8 @@ package com.unciv.build
object BuildConfig {
const val kotlinVersion = "1.8.0"
const val appName = "Unciv"
const val appCodeNumber = 858
const val appVersion = "4.6.8"
const val appCodeNumber = 859
const val appVersion = "4.6.9"
const val gdxVersion = "1.11.0"
const val roboVMVersion = "2.3.1"