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

Commit e077d98

Browse files
committed
Bump version to v1.1.1
Signed-off-by: Pavel Macík <[email protected]>
1 parent 771154a commit e077d98

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: v1.1.1-docs
11+
start_paths: docs/userguide, docs/devguide
12+
url: https://github.com/redhat-developer/service-binding-operator
1013
- branches: v1.1.0-docs
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: v1.1.1-docs
11+
start_paths: docs/userguide, docs/devguide
12+
url: ./
1013
- branches: v1.1.0-docs
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.1.0
5+
VERSION ?= 1.1.1
66

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

0 commit comments

Comments
 (0)