Skip to content

Commit

Permalink
*: post release v0.19.4 (#3905)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Sep 17, 2020
1 parent 125d0df commit 416d446
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/scaffold/ansible/go_mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const goModTmpl = `module {{ .Repo }}
go 1.13
require (
github.com/operator-framework/operator-sdk v0.19.4
github.com/operator-framework/operator-sdk v0.19.x
sigs.k8s.io/controller-runtime v0.6.0
)
Expand Down
2 changes: 1 addition & 1 deletion internal/scaffold/go_mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const goModTmpl = `module {{ .Repo }}
go 1.13
require (
github.com/operator-framework/operator-sdk v0.19.4
github.com/operator-framework/operator-sdk v0.19.x
sigs.k8s.io/controller-runtime v0.6.0
)
Expand Down
2 changes: 1 addition & 1 deletion internal/scaffold/helm/go_mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const goModTmpl = `module {{ .Repo }}
go 1.13
require (
github.com/operator-framework/operator-sdk v0.19.4
github.com/operator-framework/operator-sdk v0.19.x
sigs.k8s.io/controller-runtime v0.6.0
)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

//var needs to be used instead of const for ldflags
var (
Version = "v0.19.4"
Version = "v0.19.4+git"
GitVersion = "unknown"
GitCommit = "unknown"
KubernetesVersion = "unknown"
Expand Down

0 comments on commit 416d446

Please sign in to comment.