Skip to content

Commit

Permalink
release prep for v0.0.10 (#167)
Browse files Browse the repository at this point in the history
Prep for v0.0.10 release
  • Loading branch information
varshaprasad96 committed May 17, 2022
1 parent d1e2f41 commit 59b8164
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.9"
hybridOperatorVersion = "0.0.10"

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

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

0 comments on commit 59b8164

Please sign in to comment.