Skip to content

Commit

Permalink
release v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Wine93 committed Jan 17, 2022
1 parent beff382 commit c19d019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cli/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
package cli

var (
Version = "0.0.11"
Version = "0.0.12"
)
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ upgrade() {
}

main() {
if [ $g_upgrade = "true" ]; then
if [ $g_upgrade == "true" ]; then
upgrade
else
install
Expand Down

0 comments on commit c19d019

Please sign in to comment.