Skip to content

Commit b3133dd

Browse files
committed
bump version
1 parent 7c73fcf commit b3133dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/queryx/action/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
var Version = "0.1.7"
9+
var Version = "0.1.8"
1010

1111
var versionCmd = &cobra.Command{
1212
Use: "version",

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ start() {
151151

152152
pkg="github.com/swiftcarrot/queryx"
153153
bin="queryx.tar.gz"
154-
version="v0.1.7"
154+
version="v0.1.8"
155155

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

0 commit comments

Comments
 (0)