Really fix bump.sh
This commit is contained in:
parent
31058cd3f4
commit
2dcf07072b
@ -7,7 +7,7 @@ fi
|
||||
|
||||
VERSION=$1
|
||||
|
||||
if echo $VERSION | grep "^[0-9.]"; then
|
||||
if ! echo $VERSION | grep "^[0-9.]"; then
|
||||
echo "invalid version";
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user