Skip to content

Commit 9a6d012

Browse files
committed
[release] Bump to 0.10.0 in main
Signed-off-by: Sergii Leshchenko <[email protected]>
1 parent 53d261d commit 9a6d012

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/templates/components/csv/clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
operators.operatorframework.io/builder: operator-sdk-v1.7.1+git
88
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
99
operators.operatorframework.io/internal-objects: '["devworkspaceroutings.controller.devfile.io"]'
10-
name: devworkspace-operator.v0.9.0
10+
name: devworkspace-operator.v0.10.0
1111
spec:
1212
apiservicedefinitions: {}
1313
customresourcedefinitions:
@@ -96,4 +96,4 @@ spec:
9696
name: Devfile
9797
url: https://devfile.io
9898
replaces: devworkspace-operator.v0.8.0
99-
version: 0.9.0
99+
version: 0.10.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ package version
1414

1515
var (
1616
// Version is the operator version
17-
Version = "v0.9.0+dev"
17+
Version = "v0.10.0+dev"
1818
// Commit is the commit hash corresponding to the code that was built. Can be suffixed with `-dirty`
1919
Commit string = "unknown"
2020
// BuildTime is the time of build of the binary

0 commit comments

Comments
 (0)