Skip to content

Commit 9e376a8

Browse files
authored
Merge pull request #175 from hasbro17/haseeb/release-v0.0.4
*: release v0.0.4, set dep version, update readme
2 parents a527f23 + 29c9b8b commit 9e376a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ First, checkout and install the operator-sdk CLI:
3232

3333
```sh
3434
$ cd $GOPATH/src/github.com/coreos/operator-sdk
35-
$ git checkout tags/v0.0.3
35+
$ git checkout tags/v0.0.4
3636
$ dep ensure
3737
$ go install github.com/coreos/operator-sdk/commands/operator-sdk
3838
```

doc/user-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Checkout the desired release tag and install the SDK CLI tool:
2020

2121
```sh
2222
$ cd $GOPATH/src/github.com/coreos/operator-sdk
23-
$ git checkout tags/v0.0.3
23+
$ git checkout tags/v0.0.4
2424
$ dep ensure
2525
$ go install github.com/coreos/operator-sdk/commands/operator-sdk
2626
```

pkg/generator/gopkg_tmpls.go

+2-2
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.3"
167+
# branch = "master"
168+
version = "=v0.0.4"
169169
`

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
package version
1616

1717
var (
18-
Version = "0.0.3+git"
18+
Version = "0.0.4"
1919
)

0 commit comments

Comments
 (0)