Bump version

This commit is contained in:
Rafał Kobyłko 2023-05-04 22:44:33 +02:00
parent f6e87dc6d8
commit 500b6eec36

View File

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