Skip to content

Commit

Permalink
Merge pull request #4191 from kiwix/update_kiwix_version_to_3.14.0
Browse files Browse the repository at this point in the history
Upgraded the kiwix version to `3.14.0`.
  • Loading branch information
kelson42 authored Jan 28, 2025
2 parents 31f95fc + 6946dce commit 0000cdd
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 @@ -30,6 +30,6 @@ object Config {

// Version Information
const val versionMajor = 3 // Major version component of the app's version name and version code.
const val versionMinor = 13 // Minor version component of the app's version name and version code.
const val versionMinor = 14 // 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.
}

0 comments on commit 0000cdd

Please sign in to comment.