Skip to content

Commit

Permalink
release v0.0.11 prep (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <[email protected]>
  • Loading branch information
everettraven authored Jun 7, 2022
1 parent d0b93fd commit f4af9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/plugins/hybrid/v1alpha/scaffolds/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ const (
imageName = "controller:latest"

// TODO: This is a placeholder for now. This would probably be the operator-sdk version
hybridOperatorVersion = "0.0.10"
hybridOperatorVersion = "0.0.11"

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

var _ plugins.Scaffolder = &initScaffolder{}
Expand Down

0 comments on commit f4af9cc

Please sign in to comment.