Skip to content

Commit

Permalink
Patch release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utsavoza committed Dec 3, 2018
1 parent 3861d6f commit 0c6d1c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
/test*.csv
/test*.env
/test*.json
*.json
*.csv

# es log
/elastic.log
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.7.0
VERSION=0.7.1

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

// runVersion runs the logout command
Expand Down

0 comments on commit 0c6d1c7

Please sign in to comment.