From c2ea898ae08e61c79b7a6782556e7df15af01c8f Mon Sep 17 00:00:00 2001 From: Milsim DK Date: Thu, 14 Nov 2024 13:15:21 +0100 Subject: [PATCH] Working on v1.4.0 --- .env | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index b9ec2da..76d0390 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -BUILD_VERSION=v1.3.1 +BUILD_VERSION=v1.4.0 diff --git a/Makefile b/Makefile index 2758437..ddcdc0b 100644 --- a/Makefile +++ b/Makefile @@ -30,5 +30,5 @@ push: ## Push, Push Tags public: ## Commit, Retag, Push $(MAKE) commit -## $(MAKE) retag + $(MAKE) tag $(MAKE) push