Skip to content

Commit

Permalink
welcome 2.4.20 -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
r23 committed Feb 10, 2021
1 parent 1e952a5 commit 42f8134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myoos/includes/version.php
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion myoos/install/step.php
Expand Up @@ -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';
Expand Down

0 comments on commit 42f8134

Please sign in to comment.