Skip to content

Commit

Permalink
Bump version (#104)
Browse files Browse the repository at this point in the history
* Bump version
  • Loading branch information
wallyqs authored Jan 24, 2023
1 parent c282282 commit 3946e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<img width="800" alt="nack-large" src="https://user-images.githubusercontent.com/26195/92535603-71ad9a80-f1ec-11ea-8959-cdc22b31b84a.png">

[![License][License-Image]][License-Url]
[![Version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=go&type=5&v=0.9.0)](https://github.com/nats-io/nack/releases/tag/v0.9.0)

[License-Url]: https://www.apache.org/licenses/LICENSE-2.0
[License-Image]: https://img.shields.io/badge/License-Apache2-blue.svg
Expand All @@ -17,7 +16,7 @@ The JetStream controllers allows you to manage [NATS JetStream](https://github.c
First install the JetStream CRDs:

```sh
$ kubectl apply -f https://raw.githubusercontent.com/nats-io/nack/v0.9.0/deploy/crds.yml
$ kubectl apply -f https://github.com/nats-io/nack/releases/latest/download/crds.yml
```

Now install with Helm:
Expand Down
2 changes: 1 addition & 1 deletion cmd/jetstream-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
var (
BuildTime = "build-time-not-set"
GitInfo = "gitinfo-not-set"
Version = "0.9.0"
Version = "not-set"
)

func main() {
Expand Down

0 comments on commit 3946e55

Please sign in to comment.