Skip to content

Commit

Permalink
release 0.23.0 - bump versions in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Nov 29, 2019
1 parent 81cd969 commit d1afa5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
all: fmt check

# Always keep the future version here, so we won't overwrite latest released manifests
VERSION ?= 0.23.0
VERSION ?= 0.24.0
export VERSION := $(VERSION)
# Always keep the last released version here
VERSION_REPLACES ?= 0.22.0
VERSION_REPLACES ?= 0.23.0

DEPLOY_DIR ?= manifests

Expand Down

0 comments on commit d1afa5b

Please sign in to comment.