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 @@ -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.19.3
44
+ github.com/operator-framework/operator-sdk v0.19.x
45
45
sigs.k8s.io/controller-runtime v0.6.0
46
46
)
47
47
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const goModTmpl = `module {{ .Repo }}
40
40
go 1.13
41
41
42
42
require (
43
- github.com/operator-framework/operator-sdk v0.19.3
43
+ github.com/operator-framework/operator-sdk v0.19.x
44
44
sigs.k8s.io/controller-runtime v0.6.0
45
45
)
46
46
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.19.3
44
+ github.com/operator-framework/operator-sdk v0.19.x
45
45
sigs.k8s.io/controller-runtime v0.6.0
46
46
)
47
47
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.19.3"
24
+ Version = "v0.19.3+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