This repository was archived by the owner on Jun 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7
7
- branches : HEAD
8
8
start_paths : docs/userguide, docs/devguide
9
9
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
10
13
- branches : v1.1.0-docs
11
14
start_paths : docs/userguide, docs/devguide
12
15
url : https://github.com/redhat-developer/service-binding-operator
Original file line number Diff line number Diff line change 7
7
- branches : HEAD
8
8
start_paths : docs/userguide, docs/devguide
9
9
url : ./
10
+ - branches : v1.1.1-docs
11
+ start_paths : docs/userguide, docs/devguide
12
+ url : ./
10
13
- branches : v1.1.0-docs
11
14
start_paths : docs/userguide, docs/devguide
12
15
url : ./
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SHELL = /usr/bin/env bash -o pipefail
2
2
SHELLFLAGS = -ec
3
3
4
4
# Current Operator version
5
- VERSION ?= 1.1.0
5
+ VERSION ?= 1.1.1
6
6
7
7
GIT_COMMIT_ID ?= $(shell git rev-parse --short=8 HEAD)
8
8
You can’t perform that action at this time.
0 commit comments