Skip to content

Commit

Permalink
Merge pull request #33 from lbtsm/main
Browse files Browse the repository at this point in the history
version to v1.0.0
  • Loading branch information
mapdev33 authored Nov 28, 2022
2 parents 898b84c + c8c3961 commit 2313a68
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 2313a68

Please sign in to comment.