Skip to content

Commit

Permalink
Merge pull request #5706 from JediKev/issue/major-version-boostrap
Browse files Browse the repository at this point in the history
Reviewed-By: JediKev <kevin@enhancesoft.com>, aydreeihn <adriane@enhancesoft.com>
  • Loading branch information
JediKev committed Nov 17, 2020
2 parents 462f8df + f525d39 commit d5ee0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ function croak($message) {

#Current version && schema signature (Changes from version to version)
define('GIT_VERSION','$git');
define('MAJOR_VERSION', '1.14');
define('MAJOR_VERSION', '1.15');
define('THIS_VERSION', MAJOR_VERSION.'-git'); //Shown on admin panel
//Path separator
if(!defined('PATH_SEPARATOR')){
Expand Down

0 comments on commit d5ee0df

Please sign in to comment.