mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-24 11:19:57 +01:00
Bump version
This commit is contained in:
parent
d3ee28ce88
commit
e31cedf753
@ -6,8 +6,8 @@ object AppConfig {
|
||||
const val compileSdk = 33
|
||||
|
||||
private const val verMajor = 4
|
||||
private const val verMinor = 5
|
||||
private const val verPatch = 14
|
||||
private const val verMinor = 6
|
||||
private const val verPatch = 0
|
||||
private const val verInternal = 0
|
||||
|
||||
const val versionCode = verMajor * 1000000 + verMinor * 10000 + verPatch * 100 + verInternal
|
||||
|
Loading…
Reference in New Issue
Block a user