Skip to content

Commit

Permalink
🔖 new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Equationzhao committed Jul 26, 2024
1 parent cc8daae commit a059a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/cli/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package cli

var Version = "0.28.2"
var Version = "0.29.0"
2 changes: 1 addition & 1 deletion script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source "$(dirname "$0")/base.sh"
# Get OS and architecture
os_type=$(uname -s | tr '[:upper:]' '[:lower:]')
os_arch=$(uname -m)
version="0.28.2"
version="0.29.0"
man_url="https://github.com/Equationzhao/g/raw/v${version}/man/g.1.gz"
shell_type=$(echo $SHELL | awk -F'/' '{print $NF}')

Expand Down

0 comments on commit a059a1b

Please sign in to comment.