Skip to content

Commit 83c7638

Browse files
committed
Fix Makefile version
1 parent 702a150 commit 83c7638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
66

7-
VERSION ?= 1.22.4
7+
VERSION ?= 1.23.0
88

99
COMMIT := $(shell git rev-parse --short HEAD)
1010
DATE := $(shell date +%Y%m%d)

0 commit comments

Comments
 (0)