Skip to content

Commit

Permalink
pkg/scaffold,version: release to v0.1.0 (operator-framework#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNPavel authored Oct 31, 2018
1 parent e402ee7 commit ec5387c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/scaffold/gopkgtoml.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,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
Expand Down
4 changes: 2 additions & 2 deletions pkg/scaffold/gopkgtoml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package version

var (
Version = "0.0.7+git"
Version = "v0.1.0"
)

0 comments on commit ec5387c

Please sign in to comment.