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 b82339d commit 10a41b9Copy full SHA for 10a41b9
cmd/queryx/action/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/cobra"
7
)
8
9
-var Version = "0.2.9"
+var Version = "0.2.10"
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.9"
+ version="v0.2.10"
155
156
prefix=${PREFIX:-"/usr/local/bin"}
157
tmp="$(mktmpdir)"
0 commit comments