Bump version

This commit is contained in:
Rafał Kobyłko 2023-04-20 09:00:41 +02:00
parent 536b210a44
commit 768916c756

View File

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