File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const goModTmpl = `module {{ .Repo }}
4242go 1.13
4343
4444require (
45- github.com/operator-framework/operator-sdk v0.17.1
45+ github.com/operator-framework/operator-sdk v0.17.x
4646 sigs.k8s.io/controller-runtime v0.5.2
4747)
4848
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const goModTmpl = `module {{ .Repo }}
4141go 1.13
4242
4343require (
44- github.com/operator-framework/operator-sdk v0.17.1
44+ github.com/operator-framework/operator-sdk v0.17.x
4545 sigs.k8s.io/controller-runtime v0.5.2
4646)
4747
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const goModTmpl = `module {{ .Repo }}
4242go 1.13
4343
4444require (
45- github.com/operator-framework/operator-sdk v0.17.1
45+ github.com/operator-framework/operator-sdk v0.17.x
4646 sigs.k8s.io/controller-runtime v0.5.2
4747)
4848
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121
2222//var needs to be used instead of const for ldflags
2323var (
24- Version = "v0.17.1"
24+ Version = "v0.17.1+git "
2525 GitVersion = "unknown"
2626 GitCommit = "unknown"
2727 KubernetesVersion = "unknown"
You can’t perform that action at this time.
0 commit comments