version bump

This commit is contained in:
Zergling_man 2023-01-17 03:31:35 +11:00
parent 21a9042fcf
commit 39671dab91

View File

@ -10,7 +10,7 @@ while getopts "a:i:hv" o;do case "${o}" in
a) INSTANCE=${insts[$OPTARG]}; TOKE=${tokes[$OPTARG]};; a) INSTANCE=${insts[$OPTARG]}; TOKE=${tokes[$OPTARG]};;
i) INSTANCE=$OPTARG;; i) INSTANCE=$OPTARG;;
h) echo $actions; exit;; h) echo $actions; exit;;
v) echo 0.1.0; exit;; v) echo 0.1.1; exit;;
esac done esac done
shift $((OPTIND-1)) shift $((OPTIND-1))