We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f91dc commit b01d0c7Copy full SHA for b01d0c7
composer.json
@@ -82,7 +82,7 @@
82
},
83
"extra": {
84
"branch-alias": {
85
- "dev-master": "9.9.x-dev"
+ "dev-master": "9.10.x-dev"
86
}
87
88
"bin" : [
lib/midcom.php
@@ -16,7 +16,7 @@ class midcom
16
*
17
* @var string
18
*/
19
- const VERSION = '9.9.1+git';
+ const VERSION = '9.10.0';
20
21
/**
22
* Main application singleton
0 commit comments