From bce6cd497e32ef6bfc222c7d261e2aae98557e2e Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 25 Aug 2021 00:12:08 +0200 Subject: [PATCH] Minor: Update version number in main/install/version.php --- 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 eaa9168fd7..b85bc73b17 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.14'; +$new_version = '1.11.16'; $new_version_status = 'stable'; $new_version_last_id = 0; $new_version_stable = true;