Skip to content

Commit

Permalink
Bump to v0.25.2
Browse files Browse the repository at this point in the history
A change in test framework in between releases has changed the
SQL setting for tests, which now was enabled by default even
for server tests. This caused the release process to fail.
I then pushed the 0.25.1 tag but forgot to first update the
version in server.go, which was correctly caught by the
test TestVersionMatchesTag which is used to validate and trigger
the release.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
  • Loading branch information
kozlovic committed Oct 11, 2022
1 parent 607026b commit 9e59966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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=main&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.25.0
[Release-image]: https://img.shields.io/badge/release-v0.25.0-1eb0fc.svg
[Release-Url]: https://github.com/nats-io/nats-streaming-server/releases/tag/v0.25.2
[Release-image]: https://img.shields.io/badge/release-v0.25.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.25.0"
VERSION = "0.25.2"

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

0 comments on commit 9e59966

Please sign in to comment.