Skip to content

Commit 59c6ae6

Browse files
committed
Setting version for the release 25.09.1
1 parent 1bd47ea commit 59c6ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private const val versionYear = 25
3232
private const val versionMonth = 9
3333

3434
// Note: must be in [0,99]
35-
private const val versionReleaseNumber = 0
35+
private const val versionReleaseNumber = 1
3636

3737
object Versions {
3838
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber

0 commit comments

Comments
 (0)