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 }}
42
42
go 1.13
43
43
44
44
require (
45
- github.com/operator-framework/operator-sdk v0.17.1
45
+ github.com/operator-framework/operator-sdk v0.17.x
46
46
sigs.k8s.io/controller-runtime v0.5.2
47
47
)
48
48
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const goModTmpl = `module {{ .Repo }}
41
41
go 1.13
42
42
43
43
require (
44
- github.com/operator-framework/operator-sdk v0.17.1
44
+ github.com/operator-framework/operator-sdk v0.17.x
45
45
sigs.k8s.io/controller-runtime v0.5.2
46
46
)
47
47
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const goModTmpl = `module {{ .Repo }}
42
42
go 1.13
43
43
44
44
require (
45
- github.com/operator-framework/operator-sdk v0.17.1
45
+ github.com/operator-framework/operator-sdk v0.17.x
46
46
sigs.k8s.io/controller-runtime v0.5.2
47
47
)
48
48
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
22
22
//var needs to be used instead of const for ldflags
23
23
var (
24
- Version = "v0.17.1"
24
+ Version = "v0.17.1+git "
25
25
GitVersion = "unknown"
26
26
GitCommit = "unknown"
27
27
KubernetesVersion = "unknown"
You can’t perform that action at this time.
0 commit comments