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 58ea2c7 commit 1dbd7dfCopy full SHA for 1dbd7df
plugins/src/main/kotlin/Versions.kt
@@ -47,7 +47,7 @@ private const val versionMinor = 6
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 = 3
+private const val versionPatch = 4
51
52
object Versions {
53
val versionCode = 4_000_000 + versionMajor * 1_00_00 + versionMinor * 1_00 + versionPatch
0 commit comments