Skip to content

Commit

Permalink
Bring back make version
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Feb 24, 2024
1 parent 69dfd12 commit d7b629a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ else
exit 1
endif

# Show the version that `make build` is using
.PHONY: version
version:
@echo "$(VERSION)"

all: install

install: check_go_version
Expand Down

0 comments on commit d7b629a

Please sign in to comment.