Skip to content

Commit

Permalink
Bump up the version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavoza committed Jan 22, 2019
1 parent fc2c4fd commit 50cf44b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/transform*js
.vscode
*.rdb
*.db
.idea

# private
Expand Down
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.8.0
VERSION=0.9.0

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.8.0"
var version = "0.9.0"
var variant = imports.BuildName

// runVersion runs the logout command
Expand Down

0 comments on commit 50cf44b

Please sign in to comment.