Setting version for the release 25.08.0

This commit is contained in:
ganfra
2025-08-01 13:48:43 +02:00
parent 36ce2640f7
commit 48079fec63

View File

@@ -29,10 +29,10 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
*/
private const val versionYear = 25
private const val versionMonth = 7
private const val versionMonth = 8
// Note: must be in [0,99]
private const val versionReleaseNumber = 1
private const val versionReleaseNumber = 0
object Versions {
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber