Setting version for the release 25.05.4

This commit is contained in:
Benoit Marty
2025-05-21 17:43:25 +02:00
parent 6d8d758351
commit c3c21bcfcc

View File

@@ -32,7 +32,7 @@ private const val versionYear = 25
private const val versionMonth = 5
// Note: must be in [0,99]
private const val versionReleaseNumber = 3
private const val versionReleaseNumber = 4
object Versions {
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber