Bump version

This commit is contained in:
Rafał Kobyłko 2023-02-15 10:55:21 +01:00
parent b8aa134d35
commit ec3e9d65e5

View File

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