Bump version

This commit is contained in:
Rafał Kobyłko 2023-06-04 15:54:44 +02:00
parent 4f4debe39e
commit c6cf35e4a8

View File

@ -7,7 +7,7 @@ object AppConfig {
private const val verMajor = 4
private const val verMinor = 5
private const val verPatch = 13
private const val verPatch = 14
private const val verInternal = 0
const val versionCode = verMajor * 1000000 + verMinor * 10000 + verPatch * 100 + verInternal