mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-17 12:12:27 +00:00
Display version bump when script is run
This commit is contained in:
@@ -17,3 +17,6 @@ foreach (array(
|
||||
$data = preg_replace($find, $replace, file_get_contents($filepath));
|
||||
file_put_contents($filepath, $data);
|
||||
}
|
||||
|
||||
$rightwards_arrow = json_decode('"\u2192"');
|
||||
echo 'Bump version: ' . $current_version . ' ' . $rightwards_arrow . ' ' . $new_version . "\n";
|
||||
|
||||
Reference in New Issue
Block a user