Skip to content

Commit

Permalink
Fix Makefile version
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Nov 26, 2024
1 parent 702a150 commit 83c7638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 83c7638

Please sign in to comment.