Skip to content

Commit 52b83c4

Browse files
updates to v0.6.3
1 parent 2df11ae commit 52b83c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://golang.org/doc/install/source#environment
33
mkdir -p build && cd build
44

5-
VERSION=0.6.2
5+
VERSION=0.6.3
66

77
export GOARCH=amd64
88

cmd/abc/appbase_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/appbaseio/abc/imports"
88
)
99

10-
var version = "0.6.2"
10+
var version = "0.6.3"
1111
var variant = imports.BuildName
1212

1313
// runVersion runs the logout command

0 commit comments

Comments
 (0)