Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzuo committed Aug 1, 2024
1 parent 3dfe5a7 commit 26f0eb5
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.11"
var Version = "0.2.12"

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.11"
version="v0.2.12"

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

0 comments on commit 26f0eb5

Please sign in to comment.