File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
deploy/templates/components/csv Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
7
7
operators.operatorframework.io/builder : operator-sdk-v1.7.1+git
8
8
operators.operatorframework.io/project_layout : go.kubebuilder.io/v2
9
9
operators.operatorframework.io/internal-objects : ' ["devworkspaceroutings.controller.devfile.io"]'
10
- name : devworkspace-operator.v0.9 .0
10
+ name : devworkspace-operator.v0.10 .0
11
11
spec :
12
12
apiservicedefinitions : {}
13
13
customresourcedefinitions :
96
96
name : Devfile
97
97
url : https://devfile.io
98
98
replaces : devworkspace-operator.v0.8.0
99
- version : 0.9 .0
99
+ version : 0.10 .0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ package version
14
14
15
15
var (
16
16
// Version is the operator version
17
- Version = "v0.9 .0+dev"
17
+ Version = "v0.10 .0+dev"
18
18
// Commit is the commit hash corresponding to the code that was built. Can be suffixed with `-dirty`
19
19
Commit string = "unknown"
20
20
// BuildTime is the time of build of the binary
You can’t perform that action at this time.
0 commit comments