Skip to content

Commit

Permalink
version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbtsm committed Nov 28, 2022
1 parent 2694fdb commit c8c3961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
2 changes: 1 addition & 1 deletion cmd/compass/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ var messengerCommand = cli.Command{
}

var (
Version = "0.0.3"
Version = "1.0.0"
)

// init initializes CLI
Expand Down

0 comments on commit c8c3961

Please sign in to comment.