Skip to content

Commit 7a34947

Browse files
authored
Merge pull request #896 from axone-protocol/build/output-version-number
build(project): update install message to include version number
2 parents 4d8c9d0 + f158235 commit 7a34947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ $(ENVIRONMENTS_TARGETS):
210210
## Install:
211211
.PHONY: install
212212
install: ## Install node executable
213-
@echo "${COLOR_CYAN} 🚚 Installing project ${BINARY_NAME}${COLOR_RESET}"
213+
@echo "${COLOR_CYAN} 🚚 Installing ${COLOR_YELLOW}${BINARY_NAME}${COLOR_RESET} (v${VERSION})"
214214
@go install -mod=readonly ${BUILD_FLAGS} ${CMD_ROOT}
215215

216216
## Test:

0 commit comments

Comments
 (0)