diff --git a/myoos/includes/version.php b/myoos/includes/version.php index b269c0bf47..9d447ca1df 100644 --- a/myoos/includes/version.php +++ b/myoos/includes/version.php @@ -16,7 +16,7 @@ * Currently version. * use SemVer - https://semver.org */ -define('OOS_VERSION', '2.4.18 -dev'); +define('OOS_VERSION', '2.4.20 -dev'); // Complete software name string define('OOS_FULL_NAME', 'MyOOS ' . OOS_VERSION); diff --git a/myoos/install/step.php b/myoos/install/step.php index 7cf9e2797b..f23777c5c0 100644 --- a/myoos/install/step.php +++ b/myoos/install/step.php @@ -73,7 +73,7 @@ define('OOS_VALID_MOD', true); // Version information -define('OOS_VERSION', 'MyOOS 2.4.18 -dev'); +define('OOS_VERSION', 'MyOOS 2.4.20 -dev'); require_once '../includes/functions/function_global.php'; require_once '../includes/functions/function_kernel.php';