File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## v0.2.0
22
33### Changed
44
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1515package version
1616
1717var (
18- Version = "v0.1.1+git "
18+ Version = "v0.2.0 "
1919)
You can’t perform that action at this time.
0 commit comments