Skip to content

Commit

Permalink
bump to v1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: mahjonp <[email protected]>
  • Loading branch information
mahjonp committed Mar 31, 2021
1 parent 61fd52e commit e6f16f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

version=0.9.2
version=1.0.0

case $(uname -s) in
Linux|linux) os=linux ;;
Expand Down Expand Up @@ -71,4 +71,5 @@ esac
echo "Installed path: ${bold}$bin_dir/horo${sgr0}"
echo "==============================================="
echo "Have a try: ${bold}horo -h ${sgr0}"
echo "==============================================="
echo "==============================================="

0 comments on commit e6f16f3

Please sign in to comment.