From c8c396177907a5da87d51f6d43d1dd29975a9294 Mon Sep 17 00:00:00 2001 From: lbtsm <1425930815@qq.com> Date: Mon, 28 Nov 2022 17:11:04 +0800 Subject: [PATCH] version to v1.0.0 --- Makefile | 2 +- cmd/compass/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5cd338f6..19a1a11b 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ get: build: @echo " > \033[32mBuilding compass...\033[0m " - cd cmd/compass && go build -o ../../build/compass $(VERSION) + cd cmd/compass && go build -o ../../build/compass dev: @echo " > \033[32mBuilding compass-dev...\033[0m " diff --git a/cmd/compass/main.go b/cmd/compass/main.go index e1940e7a..04c69659 100644 --- a/cmd/compass/main.go +++ b/cmd/compass/main.go @@ -159,7 +159,7 @@ var messengerCommand = cli.Command{ } var ( - Version = "0.0.3" + Version = "1.0.0" ) // init initializes CLI