Change bump version script

This commit is contained in:
Francois BIOT
2023-02-23 19:37:11 +01:00
parent 0126a39327
commit cda94368a7

View File

@@ -4,6 +4,8 @@ if [ "$1" == "" ]; then
echo
echo "Syntax: $0 {new_version}"
echo
echo " Current version: $current_version"
echo
else
echo "Current version: ($current_version)"
echo "New version : ($1)"