Skip to content

Commit

Permalink
pkg/scaffold,version,changelog: bump to v0.2.0 (again) (again) (#799)
Browse files Browse the repository at this point in the history
* pkg/scaffold,version,changelog: bump to v0.2.0
  • Loading branch information
AlexNPavel committed Nov 30, 2018
1 parent 0087c4b commit 175a82e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.2.0

### Changed

Expand Down
4 changes: 2 additions & 2 deletions pkg/scaffold/gopkgtoml.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ required = [
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "master" #osdk_branch_annotation
# version = "=v0.1.1" #osdk_version_annotation
# branch = "v0.2.x" #osdk_branch_annotation
version = "=v0.2.0" #osdk_version_annotation
[prune]
go-tests = true
Expand Down
4 changes: 2 additions & 2 deletions pkg/scaffold/gopkgtoml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ required = [
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "master" #osdk_branch_annotation
# version = "=v0.1.1" #osdk_version_annotation
# branch = "v0.2.x" #osdk_branch_annotation
version = "=v0.2.0" #osdk_version_annotation
[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package version

var (
Version = "v0.1.1+git"
Version = "v0.2.0"
)

0 comments on commit 175a82e

Please sign in to comment.