From 0c6d1c719199dd40202fcd27c8286e5ce0b730fe Mon Sep 17 00:00:00 2001 From: utsavoza Date: Mon, 3 Dec 2018 16:32:56 +0530 Subject: [PATCH] Patch release 0.7.1 --- .gitignore | 2 ++ build.sh | 2 +- cmd/abc/appbase_version.go | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c180821..c813cb0 100755 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ /test*.csv /test*.env /test*.json +*.json +*.csv # es log /elastic.log diff --git a/build.sh b/build.sh index 8f58ebf..1013e6c 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/cmd/abc/appbase_version.go b/cmd/abc/appbase_version.go index 5b303e4..af0d3c9 100644 --- a/cmd/abc/appbase_version.go +++ b/cmd/abc/appbase_version.go @@ -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 -- GitLab