We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3a7f9 commit dc44277Copy full SHA for dc44277
plugins/src/main/kotlin/Versions.kt
@@ -39,13 +39,13 @@ private const val versionYear = 25
39
* Month of the version on 2 digits. Value must be in [1,12].
40
* Do not update this value. it is updated by the release script.
41
*/
42
-private const val versionMonth = 11
+private const val versionMonth = 12
43
44
/**
45
* Release number in the month. Value must be in [0,99].
46
47
48
-private const val versionReleaseNumber = 3
+private const val versionReleaseNumber = 0
49
50
object Versions {
51
0 commit comments