diff --git a/Gopkg.toml b/Gopkg.toml index a9f53a28..d89f105a 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -42,8 +42,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.0.6" #osdk_version_annotation + # branch = "master" #osdk_branch_annotation + version = "=v0.1.0" #osdk_version_annotation [prune] go-tests = true