We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c265436 + fbcad31 commit 2cb9dfbCopy full SHA for 2cb9dfb
pkg/generator/gopkg_tmpls.go
@@ -164,6 +164,6 @@ const gopkgTomlTmpl = `[[override]]
164
[[constraint]]
165
name = "github.com/coreos/operator-sdk"
166
# The version rule is used for a specific release and the master branch for in between releases.
167
- # branch = "master"
168
- version = "=v0.0.2"
+ branch = "master"
+ # version = "=v0.0.2"
169
`
version/version.go
@@ -15,5 +15,5 @@
15
package version
16
17
var (
18
- Version = "0.0.2"
+ Version = "0.0.2+git"
19
)
0 commit comments