Skip to content

Commit c05eeb9

Browse files
committed
Setting version for the release 25.11.0
1 parent 568146a commit c05eeb9

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
@@ -38,13 +38,13 @@ private const val versionYear = 25
3838
* Month of the version on 2 digits. Value must be in [1,12].
3939
* Do not update this value. it is updated by the release script.
4040
*/
41-
private const val versionMonth = 10
41+
private const val versionMonth = 11
4242

4343
/**
4444
* Release number in the month. Value must be in [0,99].
4545
* Do not update this value. it is updated by the release script.
4646
*/
47-
private const val versionReleaseNumber = 1
47+
private const val versionReleaseNumber = 0
4848

4949
object Versions {
5050
/**

0 commit comments

Comments
 (0)