We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df11ae commit 52b83c4Copy full SHA for 52b83c4
build.sh
@@ -2,7 +2,7 @@
2
# https://golang.org/doc/install/source#environment
3
mkdir -p build && cd build
4
5
-VERSION=0.6.2
+VERSION=0.6.3
6
7
export GOARCH=amd64
8
cmd/abc/appbase_version.go
@@ -7,7 +7,7 @@ import (
"github.com/appbaseio/abc/imports"
)
9
10
-var version = "0.6.2"
+var version = "0.6.3"
11
var variant = imports.BuildName
12
13
// runVersion runs the logout command
0 commit comments