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 568146a commit c05eeb9Copy full SHA for c05eeb9
plugins/src/main/kotlin/Versions.kt
@@ -38,13 +38,13 @@ private const val versionYear = 25
38
* Month of the version on 2 digits. Value must be in [1,12].
39
* Do not update this value. it is updated by the release script.
40
*/
41
-private const val versionMonth = 10
+private const val versionMonth = 11
42
43
/**
44
* Release number in the month. Value must be in [0,99].
45
46
47
-private const val versionReleaseNumber = 1
+private const val versionReleaseNumber = 0
48
49
object Versions {
50
0 commit comments