Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit b3693e4

Browse files
Bump version to v1.3.2 (#1319) (#1320)
Signed-off-by: Baiju Muthukadan <[email protected]> Signed-off-by: Baiju Muthukadan <[email protected]> Signed-off-by: Baiju Muthukadan <[email protected]> Co-authored-by: Baiju Muthukadan <[email protected]>
1 parent 2e64745 commit b3693e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

make/version.mk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL = /usr/bin/env bash -o pipefail
22
SHELLFLAGS = -ec
33

44
# Current Operator version
5-
VERSION ?= 1.3.1
5+
VERSION ?= 1.3.2
66

77
GIT_COMMIT_ID ?= $(shell git rev-parse --short=8 HEAD)
88

@@ -32,3 +32,8 @@ operator-bundle-image-ref:
3232
# Prints operator index image ref
3333
operator-index-image-ref:
3434
@echo $(OPERATOR_INDEX_IMAGE_REF)
35+
36+
.PHONY: operator-upgrade-index-image-ref
37+
# Prints operator upgrade index image ref
38+
operator-upgrade-index-image-ref:
39+
@echo $(OPERATOR_UPGRADE_INDEX_IMAGE_REF)

0 commit comments

Comments
 (0)