diff --git a/main/install/version.php b/main/install/version.php index b85bc73b17..e9ddca5b8a 100755 --- a/main/install/version.php +++ b/main/install/version.php @@ -13,8 +13,8 @@ /** * Variables used from the main/install/index.php. */ -$new_version = '1.11.16'; -$new_version_status = 'stable'; +$new_version = '1.11.18'; +$new_version_status = 'dev'; $new_version_last_id = 0; $new_version_stable = true; $new_version_major = false;