Skip to content

Commit b01d0c7

Browse files
committed
Bump version
1 parent 28f91dc commit b01d0c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"extra": {
8484
"branch-alias": {
85-
"dev-master": "9.9.x-dev"
85+
"dev-master": "9.10.x-dev"
8686
}
8787
},
8888
"bin" : [

lib/midcom.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class midcom
1616
*
1717
* @var string
1818
*/
19-
const VERSION = '9.9.1+git';
19+
const VERSION = '9.10.0';
2020

2121
/**
2222
* Main application singleton

0 commit comments

Comments
 (0)