Skip to content

Commit 0db479a

Browse files
authored
Merge pull request #4141 from kiwix/update_kiwix_version_to_3.13.0
Upgraded the kiwix version to `3.13.0`.
2 parents cdd03ec + bd2e299 commit 0db479a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ object Config {
3030

3131
// Version Information
3232
const val versionMajor = 3 // Major version component of the app's version name and version code.
33-
const val versionMinor = 12 // Minor version component of the app's version name and version code.
33+
const val versionMinor = 13 // Minor version component of the app's version name and version code.
3434
const val versionPatch = 0 // Patch version component of the app's version name and version code.
3535
}

0 commit comments

Comments
 (0)