We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703496e commit 3e391a3Copy full SHA for 3e391a3
plugins/src/main/kotlin/Versions.kt
@@ -45,7 +45,7 @@ private const val versionMonth = 11
45
* Release number in the month. Value must be in [0,99].
46
* Do not update this value. it is updated by the release script.
47
*/
48
-private const val versionReleaseNumber = 2
+private const val versionReleaseNumber = 3
49
50
object Versions {
51
/**
0 commit comments