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 7ae4c52 commit 24a78f9Copy full SHA for 24a78f9
plugins/src/main/kotlin/Versions.kt
@@ -47,7 +47,7 @@ private const val versionMinor = 5
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