From 397c9dcfd1bccc648b78ba423b132ccacc5aae2a Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sun, 22 May 2016 20:10:52 -0500 Subject: [PATCH] Update version to 1.10.6 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 b687ee43e7..d2112e52ed 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.10.4'; +$new_version = '1.10.6'; $new_version_status = 'stable'; $new_version_last_id = 0; $new_version_stable = true;