We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 702a150 commit 83c7638Copy full SHA for 83c7638
1 file changed
Makefile
@@ -4,7 +4,7 @@
4
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
5
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6
7
-VERSION ?= 1.22.4
+VERSION ?= 1.23.0
8
9
COMMIT := $(shell git rev-parse --short HEAD)
10
DATE := $(shell date +%Y%m%d)
0 commit comments