Skip to content

Commit 3b04ff5

Browse files
authored
update version in prep for v0.3.1 (#363)
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent 0cd6b26 commit 3b04ff5

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
@@ -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.3.0"
44+
hybridOperatorVersion = "0.3.1"
4545

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

5050
var _ plugins.Scaffolder = &initScaffolder{}

0 commit comments

Comments
 (0)