We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826cb1a commit a5a74eeCopy full SHA for a5a74ee
app/bootstrap.php
@@ -30,7 +30,7 @@
30
define('STORAGE', BASEDIR . '/storage');
31
define('MODULES', BASEDIR . '/modules');
32
define('SITETIME', time());
33
-define('VERSION', '8.2');
+define('VERSION', '8.3');
34
35
require_once BASEDIR . '/vendor/autoload.php';
36
composer.json
@@ -77,7 +77,7 @@
77
},
78
"extra": {
79
"branch-alias": {
80
- "dev-master": "8.3-dev"
+ "dev-master": "8.4-dev"
81
}
82
83
"config": {
0 commit comments