1
0
Fork 0

Update target version for master branch

pull/8362/head
Jordi Boggiano 2019-10-06 21:39:10 +02:00
parent 9e2485aa4d
commit 5b4fad9056
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
"dev-master": "1.10-dev"
}
},
"autoload": {

View File

@ -53,7 +53,7 @@ class Composer
const VERSION = '@package_version@';
const BRANCH_ALIAS_VERSION = '@package_branch_alias_version@';
const RELEASE_DATE = '@release_date@';
const SOURCE_VERSION = '1.9-dev+source';
const SOURCE_VERSION = '1.10-dev+source';
public static function getVersion()
{