Skip to content

Commit

Permalink
revert some of beecbe2, bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod committed Dec 8, 2020
1 parent 2afe52d commit 4ff609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skull/skull
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;;
Expand Down

0 comments on commit 4ff609a

Please sign in to comment.