Skip to content

Commit dc44277

Browse files
committed
Setting version for the release 25.12.0
1 parent 2d3a7f9 commit dc44277

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

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

5050
object Versions {
5151
/**

0 commit comments

Comments
 (0)