From 50cf44b6071c272391868e6dd6102833089e6360 Mon Sep 17 00:00:00 2001 From: utsavoza Date: Tue, 22 Jan 2019 19:09:25 +0530 Subject: [PATCH] Bump up the version to 0.9.0 --- .gitignore | 1 + build.sh | 2 +- cmd/abc/appbase_version.go | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c813cb0..c379fdc 100755 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /transform*js .vscode *.rdb +*.db .idea # private diff --git a/build.sh b/build.sh index 42f8d1b..4cd8c19 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.8.0 +VERSION=0.9.0 export GOARCH=amd64 diff --git a/cmd/abc/appbase_version.go b/cmd/abc/appbase_version.go index c515f6a..45abd2e 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.8.0" +var version = "0.9.0" var variant = imports.BuildName // runVersion runs the logout command -- GitLab