From bf17b7d3c0e2fce005bb68f262af715f5f229040 Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Fri, 16 Oct 2020 09:43:03 -0700 Subject: [PATCH] Version update in the command --- flash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash b/flash index fcfc4cc..6fdfcb0 100755 --- a/flash +++ b/flash @@ -198,7 +198,7 @@ while getopts 'hivp:' flag; do case "${flag}" in h) print_usage && exit 0 ;; i) print_info && exit 0 ;; - v) echo -e "\n${YELLOW}fla.sh Current Version:${NC} ${RED}1.1${NC}\n" && exit 0 ;; + v) echo -e "\n${YELLOW}fla.sh Current Version:${NC} ${RED}1.2${NC}\n" && exit 0 ;; p) { [[ $(command -v "$OPTARG" 2>&1) ]] && PREVIEWER=$OPTARG; } || echo "Unable to find previewer $OPTARG. Exiting..." && exit 1 ;; *) print_usage && exit 1 ;; esac