Skip to content

Commit 31577c9

Browse files
authored
Merge pull request #206 from hasbro17/haseeb/release-v0.0.5
release v0.0.5, set dep version, update readme
2 parents a2b9a40 + ceea551 commit 31577c9

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
@@ -34,7 +34,7 @@ First, checkout and install the operator-sdk CLI:
3434

3535
```sh
3636
$ cd $GOPATH/src/github.com/operator-framework/operator-sdk
37-
$ git checkout tags/v0.0.4
37+
$ git checkout tags/v0.0.5
3838
$ dep ensure
3939
$ go install github.com/operator-framework/operator-sdk/commands/operator-sdk
4040
```

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/operator-framework/operator-sdk
23-
$ git checkout tags/v0.0.4
23+
$ git checkout tags/v0.0.5
2424
$ dep ensure
2525
$ go install github.com/operator-framework/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/operator-framework/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.4"
167+
# branch = "master"
168+
version = "=v0.0.5"
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.4+git"
18+
Version = "0.0.5"
1919
)

0 commit comments

Comments
 (0)