Skip to content

Commit

Permalink
release 0.19.0 - bump versions in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <phoracek@redhat.com>
phoracek committed Oct 24, 2019
1 parent e71a425 commit 01750cb
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.19.0
VERSION ?= 0.20.0
export VERSION := $(VERSION)
# Always keep the last released version here
VERSION_REPLACES ?= 0.18.0
VERSION_REPLACES ?= 0.19.0

DEPLOY_DIR ?= manifests

0 comments on commit 01750cb

Please sign in to comment.