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 be8455b commit 7eeb39cCopy full SHA for 7eeb39c
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 = 9
+private const val versionMonth = 10
42
43
/**
44
* Release number in the month. Value must be in [0,99].
45
46
47
-private const val versionReleaseNumber = 2
+private const val versionReleaseNumber = 0
48
49
object Versions {
50
0 commit comments