From 94dcebe25ad6708031f13ed83723b21cfbc369d4 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Wed, 8 May 2024 18:54:10 +0530 Subject: [PATCH] Updated kiwix version to `3.10.1`. --- buildSrc/src/main/kotlin/Config.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Config.kt b/buildSrc/src/main/kotlin/Config.kt index 3ce0899bd..5093c1ff3 100644 --- a/buildSrc/src/main/kotlin/Config.kt +++ b/buildSrc/src/main/kotlin/Config.kt @@ -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 = 10 // 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. }