File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ required = [
76
76
[[constraint]]
77
77
name = "github.com/operator-framework/operator-sdk"
78
78
# The version rule is used for a specific release and the master branch for in between releases.
79
- branch = "master" #osdk_branch_annotation
80
- # version = "=v0.0.6 " #osdk_version_annotation
79
+ # branch = "master" #osdk_branch_annotation
80
+ version = "=v0.1.0 " #osdk_version_annotation
81
81
82
82
[prune]
83
83
go-tests = true
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ required = [
75
75
[[constraint]]
76
76
name = "github.com/operator-framework/operator-sdk"
77
77
# The version rule is used for a specific release and the master branch for in between releases.
78
- branch = "master" #osdk_branch_annotation
79
- # version = "=v0.0.6 " #osdk_version_annotation
78
+ # branch = "master" #osdk_branch_annotation
79
+ version = "=v0.1.0 " #osdk_version_annotation
80
80
81
81
[prune]
82
82
go-tests = true
Original file line number Diff line number Diff line change 15
15
package version
16
16
17
17
var (
18
- Version = "0.0.7+git "
18
+ Version = "v0.1.0 "
19
19
)
You can’t perform that action at this time.
0 commit comments