Skip to content

Commit 680a036

Browse files
committed
*: release v0.0.2, set dep version
1 parent 5d024ca commit 680a036

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/generator/gopkg_tmpls.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ const gopkgTomlTmpl = `[[override]]
164164
[[constraint]]
165165
name = "github.com/coreos/operator-sdk"
166166
# The version rule is used for a specific release and the master branch for in between releases.
167-
branch = "master"
168-
# version = "=v0.0.1"
167+
# branch = "master"
168+
version = "=v0.0.2"
169169
`

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package version
1616

1717
var (
18-
Version = "0.0.1+git"
18+
Version = "0.0.2"
1919
)

0 commit comments

Comments
 (0)