Version 1.0.1

This commit is contained in:
Erik C. Thauvin 2019-04-06 00:09:16 -07:00
parent bc1eee283f
commit 6410c5558f

View file

@ -1,7 +1,7 @@
#!/bin/bash
#
# Version: 1.0
# Version: 1.0.1
#
# set the examples directories
@ -42,7 +42,7 @@ updateWrappers() {
then
echo -e " Kobalt $kw UP-TO-DATE"
else
echo "kobalt.version=$kVer" > kobalt/wrapper/kobalt-wrapper.properties
echo -e "kobalt.version=$kVer" > kobalt/wrapper/kobalt-wrapper.properties
echo -e " Kobalt $kVer ${green}UPDATED${std}"
fi
fi