From 9695737ca118ec56601fd3b553263acebca3dc74 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 2 Nov 2022 16:06:49 +0100 Subject: [PATCH] Update meta_version to trigger a build on the CI --- kiwixbuild/versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 610bfaa..9055531 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -39,7 +39,7 @@ release_versions = { # This is the "version" of the whole base_deps_versions dict. # Change this when you change base_deps_versions. -base_deps_meta_version = '78' +base_deps_meta_version = '79' base_deps_versions = { 'zlib' : '1.2.12',