From 83c7638f7ecf7970b6435ff1f907f7b391a8f775 Mon Sep 17 00:00:00 2001 From: Michael Burman Date: Tue, 26 Nov 2024 19:04:29 +0200 Subject: [PATCH] Fix Makefile version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10c07c00..c67e0d45 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 1.22.4 +VERSION ?= 1.23.0 COMMIT := $(shell git rev-parse --short HEAD) DATE := $(shell date +%Y%m%d)