Skip to content

Commit e6f16f3

Browse files
committed
bump to v1.0.0
Signed-off-by: mahjonp <junpeng.man@gmail.com>
1 parent 61fd52e commit e6f16f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
version=0.9.2
3+
version=1.0.0
44

55
case $(uname -s) in
66
Linux|linux) os=linux ;;
@@ -71,4 +71,5 @@ esac
7171
echo "Installed path: ${bold}$bin_dir/horo${sgr0}"
7272
echo "==============================================="
7373
echo "Have a try: ${bold}horo -h ${sgr0}"
74-
echo "==============================================="
74+
echo "==============================================="
75+

0 commit comments

Comments
 (0)