mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-17 13:49:35 +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));
|
$data = preg_replace($find, $replace, file_get_contents($filepath));
|
||||||
file_put_contents($filepath, $data);
|
file_put_contents($filepath, $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$rightwards_arrow = json_decode('"\u2192"');
|
||||||
|
echo 'Bump version: ' . $current_version . ' ' . $rightwards_arrow . ' ' . $new_version . "\n";
|
||||||
|
|||||||
@@ -17,3 +17,6 @@ foreach (array(
|
|||||||
$data = preg_replace($find, $replace, file_get_contents($filepath));
|
$data = preg_replace($find, $replace, file_get_contents($filepath));
|
||||||
file_put_contents($filepath, $data);
|
file_put_contents($filepath, $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$rightwards_arrow = json_decode('"\u2192"');
|
||||||
|
echo 'Bump version: ' . $current_version . ' ' . $rightwards_arrow . ' ' . $new_version . "\n";
|
||||||
|
|||||||
@@ -17,3 +17,6 @@ foreach (array(
|
|||||||
$data = preg_replace($find, $replace, file_get_contents($filepath));
|
$data = preg_replace($find, $replace, file_get_contents($filepath));
|
||||||
file_put_contents($filepath, $data);
|
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