Skip to content

Commit fdafba7

Browse files
committed
8.5 version
1 parent 60bfd06 commit fdafba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
define('STORAGE', BASEDIR . '/storage');
3131
define('MODULES', BASEDIR . '/modules');
3232
define('SITETIME', time());
33-
define('VERSION', '8.4');
33+
define('VERSION', '8.5');
3434

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"extra": {
7979
"branch-alias": {
80-
"dev-master": "8.5-dev"
80+
"dev-master": "8.6-dev"
8181
}
8282
},
8383
"config": {

0 commit comments

Comments
 (0)