Skip to content

Commit f4af9cc

Browse files
authored
release v0.0.11 prep (#176)
Signed-off-by: Bryce Palmer <[email protected]>
1 parent d0b93fd commit f4af9cc

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.10"
46+
hybridOperatorVersion = "0.0.11"
4747

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

5252
var _ plugins.Scaffolder = &initScaffolder{}

0 commit comments

Comments
 (0)