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 60d7987 commit 5302d8bCopy full SHA for 5302d8b
plugins/src/main/kotlin/Versions.kt
@@ -56,7 +56,7 @@ private const val versionMinor = 5
56
// Note: even values are reserved for regular release, odd values for hotfix release.
57
// When creating a hotfix, you should decrease the value, since the current value
58
// is the value for the next regular release.
59
-private const val versionPatch = 0
+private const val versionPatch = 1
60
61
object Versions {
62
val versionCode = 4_000_000 + versionMajor * 1_00_00 + versionMinor * 1_00 + versionPatch
0 commit comments