Skip to content

Commit

Permalink
Merge pull request #3562 from kiwix/update_kiwix_version_to_3.8.1
Browse files Browse the repository at this point in the history
Updated kiwix version to 3.8.1
  • Loading branch information
kelson42 authored Dec 1, 2023
2 parents c3e46bb + 9d129d5 commit 6832acc
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 6832acc

Please sign in to comment.