Skip to content

Commit 4dde66a

Browse files
authored
Merge pull request #171 from hasbro17/haseeb/release-v0.0.3
*: release v0.0.3, set dep version, update readme
2 parents 6038076 + fd256fa commit 4dde66a

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.2
35+
$ git checkout tags/v0.0.3
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.2
23+
$ git checkout tags/v0.0.3
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.2"
167+
# branch = "master"
168+
version = "=v0.0.3"
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.2+git"
18+
Version = "0.0.3"
1919
)

0 commit comments

Comments
 (0)