Skip to content

Commit c9577a7

Browse files
committed
version 9.4
1 parent 555104c commit c9577a7

File tree

4 files changed

+76
-114
lines changed

4 files changed

+76
-114
lines changed

app/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
const RESOURCES = BASEDIR . '/resources';
3737
const STORAGE = BASEDIR . '/storage';
3838
const MODULES = BASEDIR . '/modules';
39-
const VERSION = '9.3';
39+
const VERSION = '9.4';
4040

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
},
9292
"extra": {
9393
"branch-alias": {
94-
"dev-master": "9.4-dev"
94+
"dev-master": "9.5-dev"
9595
}
9696
},
9797
"config": {

composer.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)