Bump version

This commit is contained in:
Rafał Kobyłko 2023-05-06 21:55:30 +02:00
parent 4ffd250f62
commit d62f0f205e

View File

@ -7,8 +7,8 @@ object AppConfig {
private const val verMajor = 4
private const val verMinor = 5
private const val verPatch = 8
private const val verInternal = 1
private const val verPatch = 9
private const val verInternal = 0
const val versionCode = verMajor * 1000000 + verMinor * 10000 + verPatch * 100 + verInternal
const val versionName = "${verMajor}.${verMinor}.${verPatch}"