From 4ff609aaf2cde88b12461270046a354c2a697d98 Mon Sep 17 00:00:00 2001 From: dosisod <39638017+dosisod@users.noreply.github.com> Date: Mon, 7 Dec 2020 20:31:34 -0800 Subject: [PATCH] revert some of beecbe2e, bump version to 0.4.0 --- skull/skull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skull/skull b/skull/skull index a5cfca7c..0af125fd 100755 --- a/skull/skull +++ b/skull/skull @@ -16,7 +16,7 @@ esac while getopts ":vhcSEo:" o; do case "$o" in v) - /bin/echo -e "\033[92mSkull\033[0m $(git describe --tags --abbrev=0)" + /bin/echo -e "\033[92mSkull\033[0m v0.4.0" exit 0 ;; h) usage; exit 0 ;;