Merge pull request #3760 from kiwix/update_kiwix_version_to_3.10.0

Updated kiwix version to `3.10.0`.
This commit is contained in:
Kelson 2024-03-22 03:22:37 +01:00 committed by GitHub
commit f32257462e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,6 @@ object Config {
// Version Information // Version Information
const val versionMajor = 3 // Major version component of the app's version name and version code. const val versionMajor = 3 // Major version component of the app's version name and version code.
const val versionMinor = 9 // Minor version component of the app's version name and version code. const val versionMinor = 10 // Minor 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. const val versionPatch = 0 // Patch version component of the app's version name and version code.
} }