Skip to content

Commit 175a82e

Browse files
authored
pkg/scaffold,version,changelog: bump to v0.2.0 (again) (again) (#799)
* pkg/scaffold,version,changelog: bump to v0.2.0
1 parent 0087c4b commit 175a82e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v0.2.0
22

33
### Changed
44

pkg/scaffold/gopkgtoml.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ required = [
8585
[[constraint]]
8686
name = "github.com/operator-framework/operator-sdk"
8787
# The version rule is used for a specific release and the master branch for in between releases.
88-
branch = "master" #osdk_branch_annotation
89-
# version = "=v0.1.1" #osdk_version_annotation
88+
# branch = "v0.2.x" #osdk_branch_annotation
89+
version = "=v0.2.0" #osdk_version_annotation
9090
9191
[prune]
9292
go-tests = true

pkg/scaffold/gopkgtoml_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ required = [
7777
[[constraint]]
7878
name = "github.com/operator-framework/operator-sdk"
7979
# The version rule is used for a specific release and the master branch for in between releases.
80-
branch = "master" #osdk_branch_annotation
81-
# version = "=v0.1.1" #osdk_version_annotation
80+
# branch = "v0.2.x" #osdk_branch_annotation
81+
version = "=v0.2.0" #osdk_version_annotation
8282
8383
[prune]
8484
go-tests = true

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package version
1616

1717
var (
18-
Version = "v0.1.1+git"
18+
Version = "v0.2.0"
1919
)

0 commit comments

Comments
 (0)