Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod committed Jan 16, 2021
1 parent 9c7498f commit 1c3ba6e
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 @@ -19,7 +19,7 @@ esac
while getopts ":vhcSEo:m:" o; do
case "$o" in
v)
/bin/echo -e "\033[92mSkull\033[0m v0.4.0"
/bin/echo -e "\033[92mSkull\033[0m v0.5.0"
exit 0
;;
h) usage; exit 0 ;;
Expand Down

0 comments on commit 1c3ba6e

Please sign in to comment.