diff --git a/Makefile b/Makefile index c367170..38a4e0e 100644 --- a/Makefile +++ b/Makefile @@ -54,11 +54,6 @@ help: ## print this help message (default) .PHONY: targets targets: help -.PHONY: version -version: ## display current version - @-echo "version: $(APP_VERSION)" - - ## -- Conda targets ------------------------------------------------------------------------------------------------- ## .PHONY: install-conda @@ -156,6 +151,10 @@ ifeq ($(filter dry, $(MAKECMDGOALS)), dry) BUMP_ARGS := $(BUMP_ARGS) --dry-run --allow-dirty endif +.PHONY: version +version: ## display current version + @-echo "version: $(APP_VERSION)" + .PHONY: bump-major bump-major: ## Bump application major version $(BUMP_TOOL) $(BUMP_ARGS) major