We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22154e commit aa998d2Copy full SHA for aa998d2
1 file changed
buildSrc/src/main/kotlin/com/klyx/AppVersioning.kt
@@ -6,7 +6,7 @@ object AppVersioning {
6
private val baseVersion = Version(
7
major = 1,
8
minor = 7,
9
- patch = 3,
+ patch = 4,
10
//buildMetadata = "build"
11
)
12
0 commit comments