Skip to content

Commit 63911db

Browse files
committed
try to fix release
1 parent 90f1f34 commit 63911db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
builds:
22
- main: ./cmd/queryx/main.go
3-
- env:
3+
env:
44
- CGO_ENABLED=0
55
- GO111MODULE=on
66
goos:

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

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

0 commit comments

Comments
 (0)