Skip to content

Commit

Permalink
Merge pull request #156 from hasbro17/haseeb/release-v0.0.2
Browse files Browse the repository at this point in the history
*: release v0.0.2, set dep version
  • Loading branch information
hasbro17 authored Apr 2, 2018
2 parents 64fc7af + 680a036 commit c265436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/generator/gopkg_tmpls.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ const gopkgTomlTmpl = `[[override]]
[[constraint]]
name = "github.com/coreos/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "master"
# version = "=v0.0.1"
# branch = "master"
version = "=v0.0.2"
`
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.1+git"
Version = "0.0.2"
)

0 comments on commit c265436

Please sign in to comment.