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

Commit 5204c03

Browse files
authored
Bump version to v1.3.2 (#1319)
Signed-off-by: Baiju Muthukadan <[email protected]> Signed-off-by: Baiju Muthukadan <[email protected]>
1 parent a42321e commit 5204c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/version.mk

Lines changed: 2 additions & 2 deletions
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

@@ -43,4 +43,4 @@ operator-index-image-ref:
4343
.PHONY: operator-upgrade-index-image-ref
4444
# Prints operator upgrade index image ref
4545
operator-upgrade-index-image-ref:
46-
@echo $(OPERATOR_UPGRADE_INDEX_IMAGE_REF)
46+
@echo $(OPERATOR_UPGRADE_INDEX_IMAGE_REF)

0 commit comments

Comments
 (0)