Skip to content

Commit

Permalink
🔖 new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Equationzhao committed Feb 8, 2024
1 parent 30b6398 commit 9404471
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.25.4"
var Version = "0.26.0"
2 changes: 1 addition & 1 deletion script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Get OS and architecture
os_type=$(uname -s | tr '[:upper:]' '[:lower:]')
os_arch=$(uname -m)
version="0.25.4"
version="0.26.0"
man_url="https://github.com/Equationzhao/g/raw/v${version}/man/g.1.gz"

interrupt_handler() {
Expand Down

0 comments on commit 9404471

Please sign in to comment.