From 72eafdc972f4239b6ae51d8be59719a8e3994534 Mon Sep 17 00:00:00 2001 From: Qingshan Luo <edoger@qq.com> Date: Thu, 8 Apr 2021 15:31:16 +0800 Subject: [PATCH] Version v0.0.3 --- Makefile | 2 +- internal/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 65a39b4..f7176b8 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION="v0.0.2" +VERSION="v0.0.3" all:clean mkdir -p build diff --git a/internal/version.go b/internal/version.go index b9c4e9f..9812a97 100644 --- a/internal/version.go +++ b/internal/version.go @@ -20,7 +20,7 @@ import ( "github.com/fatih/color" ) -const Version = "v0.0.2" +const Version = "v0.0.3" func CheckAndPrintVersion() { for i, j := 1, len(os.Args); i < j; i++ {