Skip to content

Commit

Permalink
Release v0.21.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
  • Loading branch information
kozlovic committed Apr 16, 2021
1 parent 7b507b3 commit 10b5c58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -46,7 +46,7 @@ script:
deploy:
provider: script
cleanup: true
script: curl -sL http://git.io/goreleaser | bash
script: curl -sL http://git.io/goreleaser | VERSION=v0.160.0 bash
on:
tags: true
condition: ("$TRAVIS_OS_NAME" = "linux") && ("$TRAVIS_GO_VERSION" =~ "1.16")
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -48,6 +48,6 @@ under the Apache Version 2.0 license found in the LICENSE file.
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-streaming-server/badge.svg?branch=master&t=kIxrDE
[ReportCard-Url]: http://goreportcard.com/report/nats-io/nats-streaming-server
[ReportCard-Image]: http://goreportcard.com/badge/github.com/nats-io/nats-streaming-server
[Release-Url]: https://github.com/nats-io/nats-streaming-server/releases/tag/v0.21.1
[Release-image]: https://img.shields.io/badge/release-v0.21.1-1eb0fc.svg
[Release-Url]: https://github.com/nats-io/nats-streaming-server/releases/tag/v0.21.2
[Release-image]: https://img.shields.io/badge/release-v0.21.2-1eb0fc.svg
[github-release]: https://github.com/nats-io/nats-streaming-server/releases/
2 changes: 1 addition & 1 deletion server/server.go
Expand Up @@ -47,7 +47,7 @@ import (
// Server defaults.
const (
// VERSION is the current version for the NATS Streaming server.
VERSION = "0.21.1"
VERSION = "0.21.2"

DefaultClusterID = "test-cluster"
DefaultDiscoverPrefix = "_STAN.discover"
Expand Down

0 comments on commit 10b5c58

Please sign in to comment.