Skip to content

Commit 1f7ed83

Browse files
authored
update version in prep for v0.2.2 (#364)
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent b810944 commit 1f7ed83

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ const (
4141
imageName = "controller:latest"
4242

4343
// TODO: This is a placeholder for now. This would probably be the operator-sdk version
44-
hybridOperatorVersion = "0.2.1"
44+
hybridOperatorVersion = "0.2.2"
4545

4646
// helmPluginVersion is the operator-framework/helm-operator-plugin version to be used in the project
47-
helmPluginVersion = "v0.2.1"
47+
helmPluginVersion = "v0.2.2"
4848
)
4949

5050
var _ plugins.Scaffolder = &initScaffolder{}

0 commit comments

Comments
 (0)