From e814611c051c5b43203127282f66f470a9f754d6 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Thu, 19 Jan 2023 22:48:26 +0100 Subject: [PATCH] Internal: Update version to 1.11.18 stable --- 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 e9ddca5b8a..129fd99d42 100755 --- a/main/install/version.php +++ b/main/install/version.php @@ -14,7 +14,7 @@ * Variables used from the main/install/index.php. */ $new_version = '1.11.18'; -$new_version_status = 'dev'; +$new_version_status = 'stable'; $new_version_last_id = 0; $new_version_stable = true; $new_version_major = false;