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 993d780 commit 0edf79bCopy full SHA for 0edf79b
cmd/queryx/action/version.go
@@ -6,7 +6,7 @@ import (
6
"github.com/spf13/cobra"
7
)
8
9
-var Version = "0.1.3"
+var Version = "0.1.4"
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
- original_version="v0.1.3"
+ original_version="v0.1.4"
155
156
prefix=${PREFIX:-"/usr/local/bin"}
157
tmp="$(mktmpdir)"
0 commit comments