Skip to content

Commit 0edf79b

Browse files
committed
bump version
1 parent 993d780 commit 0edf79b

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.3"
9+
var Version = "0.1.4"
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-
original_version="v0.1.3"
154+
original_version="v0.1.4"
155155

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

0 commit comments

Comments
 (0)