Skip to content

Commit

Permalink
build v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthlatest committed Aug 28, 2018
1 parent e896d5f commit 2df11ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://golang.org/doc/install/source#environment
mkdir -p build && cd build

VERSION=0.6.1
VERSION=0.6.2

export GOARCH=amd64

Expand Down
2 changes: 1 addition & 1 deletion cmd/abc/appbase_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/appbaseio/abc/imports"
)

var version = "0.6.1"
var version = "0.6.2"
var variant = imports.BuildName

// runVersion runs the logout command
Expand Down

0 comments on commit 2df11ae

Please sign in to comment.