mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-24 10:39:20 +00:00
Bump major version
This commit is contained in:
@@ -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+)\';/',
|
||||
|
||||
Reference in New Issue
Block a user