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 1bd47ea commit 59c6ae6Copy full SHA for 59c6ae6
plugins/src/main/kotlin/Versions.kt
@@ -32,7 +32,7 @@ private const val versionYear = 25
32
private const val versionMonth = 9
33
34
// Note: must be in [0,99]
35
-private const val versionReleaseNumber = 0
+private const val versionReleaseNumber = 1
36
37
object Versions {
38
const val VERSION_CODE = (2000 + versionYear) * 10_000 + versionMonth * 100 + versionReleaseNumber
0 commit comments