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 1822c9b commit 3058739Copy full SHA for 3058739
plugins/src/main/kotlin/Versions.kt
@@ -47,7 +47,7 @@ private const val versionMinor = 7
47
// Note: even values are reserved for regular release, odd values for hotfix release.
48
// When creating a hotfix, you should decrease the value, since the current value
49
// is the value for the next regular release.
50
-private const val versionPatch = 5
+private const val versionPatch = 6
51
52
object Versions {
53
const val VERSION_CODE = 4_000_000 + versionMajor * 1_00_00 + versionMinor * 1_00 + versionPatch
0 commit comments