From 9b48610152aa578b9e655d4dfb2480c5b76bc32d Mon Sep 17 00:00:00 2001 From: utsavoza Date: Mon, 4 Feb 2019 19:21:36 +0530 Subject: [PATCH] Bump up the version to 0.10.0 --- build.sh | 2 +- cmd/abc/appbase_version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 4cd8c19..9e41d38 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.9.0 +VERSION=0.10.0 export GOARCH=amd64 diff --git a/cmd/abc/appbase_version.go b/cmd/abc/appbase_version.go index 45abd2e..aacdac4 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.9.0" +var version = "0.10.0" var variant = imports.BuildName // runVersion runs the logout command -- GitLab