Skip to content

Commit 3eac42e

Browse files
committed
update: MAJOR_VERSION
This updates MAJOR_VERSION from 1.17 to 1.18.
1 parent ee39fd7 commit 3eac42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ static function croak($message) {
368368

369369
#Current version && schema signature (Changes from version to version)
370370
define('GIT_VERSION','$git');
371-
define('MAJOR_VERSION', '1.17');
371+
define('MAJOR_VERSION', '1.18');
372372
define('THIS_VERSION', MAJOR_VERSION.'-git'); //Shown on admin panel
373373
//Path separator
374374
if(!defined('PATH_SEPARATOR')){

0 commit comments

Comments
 (0)