Skip to content

Commit 5bc07ae

Browse files
committed
release 0.22.0 - bump versions in Makefile
Signed-off-by: Quique Llorente <[email protected]>
1 parent 0a0a67a commit 5bc07ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
all: fmt check
22

33
# Always keep the future version here, so we won't overwrite latest released manifests
4-
VERSION ?= 0.22.0
4+
VERSION ?= 0.23.0
55
export VERSION := $(VERSION)
66
# Always keep the last released version here
7-
VERSION_REPLACES ?= 0.21.0
7+
VERSION_REPLACES ?= 0.22.0
88

99
DEPLOY_DIR ?= manifests
1010

0 commit comments

Comments
 (0)