Bump version

This commit is contained in:
Rafał Kobyłko 2023-08-18 11:19:49 +02:00
parent b58adf27cd
commit bb93dc9e1a

View File

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