Bump major version

This commit is contained in:
Zach Borboa
2015-07-31 00:08:45 -07:00
parent 23203469c2
commit b4278f668f
4 changed files with 1 additions and 16 deletions
-5
View File
@@ -8,11 +8,6 @@ $new_version = implode('.', array($major, $minor, (string)((int)$patch += 1)));
foreach(
array(
array(
dirname(__FILE__) . '/../composer.json',
'/"version": "(?:\d+.\d+.\d+)"/',
'"version": "' . $new_version . '"',
),
array(
dirname(__FILE__) . '/../src/Curl/Curl.php',
'/const VERSION = \'(?:\d+.\d+.\d+)\';/',