Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab12fa7b..d45b3bac 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,7 @@ default: install
.PHONY: tag install test csfixer create_testdb destroy_testdb run_local phpmd
version:
- @echo $(VERSION)
- echo CURRENT_BRANCH is $(CURRENT_BRANCH)
+ @echo -e "Current version is: ${GREEN} $(VERSION) ${WHITE}"