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 90f1f34 commit 63911dbCopy full SHA for 63911db
.goreleaser.yaml
@@ -1,6 +1,6 @@
1
builds:
2
- main: ./cmd/queryx/main.go
3
- - env:
+ env:
4
- CGO_ENABLED=0
5
- GO111MODULE=on
6
goos:
cmd/queryx/action/version.go
@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
7
)
8
9
-var Version = "0.1.2"
+var Version = "0.1.3"
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.2"
+ original_version="v0.1.3"
155
156
prefix=${PREFIX:-"/usr/local/bin"}
157
tmp="$(mktmpdir)"
0 commit comments