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)