Restrict characters to those supported by semvar_bash

This commit is contained in:
Michael Vines
2018-10-25 16:12:29 -07:00
parent 55833e20b1
commit d46682d1f2

View File

@ -58,7 +58,7 @@ major)
minor)
MINOR=$((MINOR+ 1))
;;
-*)
-[A-Za-z0-9]*$)
SPECIAL="$1"
;;
*)