override for 0.25 as well

This commit is contained in:
Leon Wright 2015-08-17 19:45:23 +08:00
parent 2b6c1f8e7c
commit 17e7a52feb
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ create_dummy_ksp () {
echo "Overidding '0.23' with '0.23.0'"
KSP_VERSION="0.23.0"
;;
"0.25")
echo "Overidding '0.25' with '0.25.0'"
KSP_VERSION="0.25.0"
;;
"0.90")
echo "Overidding '0.90' with '0.90.0'"
KSP_VERSION="0.90.0"