Skip to content

Commit

Permalink
8.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
visavi committed Dec 21, 2019
1 parent 7d7def2 commit 6f9492d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
define('STORAGE', BASEDIR . '/storage');
define('MODULES', BASEDIR . '/modules');
define('SITETIME', time());
define('VERSION', '8.1');
define('VERSION', '8.2');

require_once BASEDIR . '/vendor/autoload.php';

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "8.2-dev"
"dev-master": "8.3-dev"
}
},
"config": {
Expand Down

0 comments on commit 6f9492d

Please sign in to comment.