Skip to content

Commit 9e69cb0

Browse files
committed
Setting version for the release 25.09.0
1 parent b87c3ca commit 9e69cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ import org.gradle.jvm.toolchain.JavaLanguageVersion
2929
*/
3030

3131
private const val versionYear = 25
32-
private const val versionMonth = 8
32+
private const val versionMonth = 9
3333

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

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

0 commit comments

Comments
 (0)