Skip to content

Commit

Permalink
*: bump to v0.13.0+git (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford authored Dec 10, 2019
1 parent 1af9c95 commit cea92d5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Unreleased


### Added


### Changed


### Deprecated


### Removed


### Bug Fixes


## v0.13.0

### Added
Expand Down
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.13.0
github.com/operator-framework/operator-sdk master
sigs.k8s.io/controller-runtime v0.4.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.13.0
github.com/operator-framework/operator-sdk master
sigs.k8s.io/controller-runtime v0.4.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.13.0
github.com/operator-framework/operator-sdk master
sigs.k8s.io/controller-runtime v0.4.0
)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

var (
Version = "v0.13.0"
Version = "v0.13.0+git"
GitVersion = "unknown"
GitCommit = "unknown"
GoVersion = fmt.Sprintf("%s %s/%s", runtime.Version(), runtime.GOOS, runtime.GOARCH)
Expand Down

0 comments on commit cea92d5

Please sign in to comment.