We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1b3a5 commit 613b776Copy full SHA for 613b776
cmd/queryx/action/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/cobra"
7
)
8
9
-var Version = "0.2.12"
+var Version = "0.2.13"
10
11
var versionCmd = &cobra.Command{
12
Use: "version",
install.sh
@@ -151,7 +151,7 @@ start() {
151
152
pkg="github.com/swiftcarrot/queryx"
153
bin="queryx.tar.gz"
154
- version="v0.2.12"
+ version="v0.2.13"
155
156
prefix=${PREFIX:-"/usr/local/bin"}
157
tmp="$(mktmpdir)"
0 commit comments