Skip to content

Commit 00a20d5

Browse files
authored
prep for v0.1.3 release (#289)
Signed-off-by: everettraven <[email protected]>
1 parent 4e326df commit 00a20d5

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.1.2"
44+
hybridOperatorVersion = "0.1.3"
4545

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

5050
var _ plugins.Scaffolder = &initScaffolder{}

0 commit comments

Comments
 (0)