Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzuo committed Aug 28, 2023
1 parent fcb93fa commit d1ee578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/queryx/action/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var Version = "0.2.3"
var Version = "0.2.4"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ start() {

pkg="github.com/swiftcarrot/queryx"
bin="queryx.tar.gz"
version="v0.2.3"
version="v0.2.4"

prefix=${PREFIX:-"/usr/local/bin"}
tmp="$(mktmpdir)"
Expand Down

0 comments on commit d1ee578

Please sign in to comment.