Skip to content

Commit

Permalink
Merge pull request #3865 from kiwix/update_kiwix_version_to_3.11.0
Browse files Browse the repository at this point in the history
Upgraded the kiwix version to `3.11.0`.
  • Loading branch information
kelson42 committed Jun 7, 2024
2 parents 3bd5380 + f58559e commit f702249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = 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 versionMinor = 11 // 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 f702249

Please sign in to comment.