File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased
1
+ ## v0.2.0
2
2
3
3
### Changed
4
4
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ required = [
85
85
[[constraint]]
86
86
name = "github.com/operator-framework/operator-sdk"
87
87
# 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
90
90
91
91
[prune]
92
92
go-tests = true
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ required = [
77
77
[[constraint]]
78
78
name = "github.com/operator-framework/operator-sdk"
79
79
# 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
82
82
83
83
[prune]
84
84
go-tests = true
Original file line number Diff line number Diff line change 15
15
package version
16
16
17
17
var (
18
- Version = "v0.1.1+git "
18
+ Version = "v0.2.0 "
19
19
)
You can’t perform that action at this time.
0 commit comments