Bump operator framework SDK version to 0.1.0

This commit is contained in:
Tomasz Sęk 2018-11-05 16:02:09 +01:00
parent 46fd33479e
commit 87942d044b
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 2 additions and 2 deletions

View File

@ -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