From 9e3bae6a7c4bc28502b334b65bd490d5b84875c1 Mon Sep 17 00:00:00 2001 From: Siddharth Kothari Date: Wed, 12 Sep 2018 02:45:28 +0530 Subject: [PATCH] creates patch release --- 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 2dd1506..4240676 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.6.4 +VERSION=0.6.5 export GOARCH=amd64 diff --git a/cmd/abc/appbase_version.go b/cmd/abc/appbase_version.go index a57301c..076b8a3 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.6.4" +var version = "0.6.5" var variant = imports.BuildName // runVersion runs the logout command -- GitLab