Skip to content

Commit 129ce90

Browse files
dkwon17rohanKanojia
authored andcommitted
chore: release: bump to 0.39.0-dev in main
Signed-off-by: David Kwon <[email protected]>
1 parent 2e5b31f commit 129ce90

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

deploy/bundle/manifests/devworkspace-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.38.0-dev
10+
name: devworkspace-operator.v0.39.0-dev
1111
labels:
1212
operatorframework.io/arch.amd64: supported
1313
operatorframework.io/arch.arm64: supported
@@ -98,7 +98,7 @@ spec:
9898
provider:
9999
name: Devfile
100100
url: https://devfile.io
101-
version: 0.38.0-dev
101+
version: 0.39.0-dev
102102
relatedImages:
103103
- image: quay.io/devfile/devworkspace-controller:next
104104
name: devworkspace_webhook_server

version/version.go

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

1818
var (
1919
// Version is the operator version
20-
Version = "v0.38.0-dev"
20+
Version = "v0.39.0-dev"
2121
// Commit is the commit hash corresponding to the code that was built. Can be suffixed with `-dirty`
2222
Commit string = "unknown"
2323
// BuildTime is the time of build of the binary

0 commit comments

Comments
 (0)