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 f9ec4ad commit fe5c081Copy full SHA for fe5c081
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 = 1
+private const val versionPatch = 2
51
52
object Versions {
53
val versionCode = 4_000_000 + versionMajor * 1_00_00 + versionMinor * 1_00 + versionPatch
0 commit comments