Skip to content

Commit

Permalink
Updated kiwi version to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliFtechiz committed Nov 29, 2023
1 parent acb9036 commit 7497872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ object Config {
// Version Information
const val versionMajor = 3 // Major version component of the app's version name and version code.
const val versionMinor = 8 // Minor version component of the app's version name and version code.
const val versionPatch = 0 // Patch version component of the app's version name and version code.
const val versionPatch = 1 // Patch version component of the app's version name and version code.
}

0 comments on commit 7497872

Please sign in to comment.