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

cherry-pick(release-v1.4.x): bump version to v1.4.1 #1521

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make/version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL = /usr/bin/env bash -o pipefail
SHELLFLAGS = -ec

# Current Operator version
VERSION ?= 1.4.0
VERSION ?= 1.4.1

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

Expand Down
Loading