From 0c4e1fa198dc34e9d38d52390a8840bca53cdee5 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 2 Aug 2023 23:03:18 +0200 Subject: [PATCH] Packaging: Bump Chamilo version to 1.11.22 --- main/install/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/install/version.php b/main/install/version.php index 5652380b03..fc949a4393 100755 --- a/main/install/version.php +++ b/main/install/version.php @@ -13,7 +13,7 @@ /** * Variables used from the main/install/index.php. */ -$new_version = '1.11.20'; +$new_version = '1.11.22'; $new_version_status = 'stable'; $new_version_last_id = 0; $new_version_stable = true;