From d4547bef698ad8ff880d40aa0296d51b03c8c819 Mon Sep 17 00:00:00 2001 From: Service Binding Operator Bot <111884644+service-binding-operator-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:25:33 +0100 Subject: [PATCH] bump version to v1.4.1 (#1516) (#1521) Signed-off-by: Andy Sadler Co-authored-by: Andy Sadler --- make/version.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/version.mk b/make/version.mk index 1648ec1222..c99ce74cf5 100644 --- a/make/version.mk +++ b/make/version.mk @@ -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)