Skip to content

Commit 59b8164

Browse files
release prep for v0.0.10 (#167)
Prep for v0.0.10 release
1 parent d1e2f41 commit 59b8164

File tree

1 file changed

+2
-2
lines changed
  • pkg/plugins/hybrid/v1alpha/scaffolds

1 file changed

+2
-2
lines changed

pkg/plugins/hybrid/v1alpha/scaffolds/init.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ const (
4343
imageName = "controller:latest"
4444

4545
// TODO: This is a placeholder for now. This would probably be the operator-sdk version
46-
hybridOperatorVersion = "0.0.9"
46+
hybridOperatorVersion = "0.0.10"
4747

4848
// helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
49-
helmPluginVersion = "v0.0.9"
49+
helmPluginVersion = "v0.0.10"
5050
)
5151

5252
var _ plugins.Scaffolder = &initScaffolder{}

0 commit comments

Comments
 (0)