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

Commit 672b169

Browse files
authored
Bump version to v1.3.0 (#1257)
Signed-off-by: Pavel Macík <[email protected]>
1 parent c23a4ae commit 672b169

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

antora-playbook.github.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ content:
77
- branches: HEAD
88
start_paths: docs/userguide, docs/devguide
99
url: https://github.com/redhat-developer/service-binding-operator
10+
- branches: release-v1.3.x
11+
start_paths: docs/userguide, docs/devguide
12+
url: https://github.com/redhat-developer/service-binding-operator
1013
- branches: release-v1.2.x
1114
start_paths: docs/userguide, docs/devguide
1215
url: https://github.com/redhat-developer/service-binding-operator

antora-playbook.local.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ content:
77
- branches: HEAD
88
start_paths: docs/userguide, docs/devguide
99
url: ./
10+
- branches: release-v1.3.x
11+
start_paths: docs/userguide, docs/devguide
12+
url: ./
1013
- branches: release-v1.2.x
1114
start_paths: docs/userguide, docs/devguide
1215
url: ./

make/version.mk

Lines changed: 1 addition & 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.2.1
5+
VERSION ?= 1.3.0
66

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

0 commit comments

Comments
 (0)