Skip to content

Commit 9e59966

Browse files
committed
Bump to v0.25.2
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>
1 parent 607026b commit 9e59966

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ under the Apache Version 2.0 license found in the LICENSE file.
4848
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-streaming-server/badge.svg?branch=main&t=kIxrDE
4949
[ReportCard-Url]: http://goreportcard.com/report/nats-io/nats-streaming-server
5050
[ReportCard-Image]: http://goreportcard.com/badge/github.com/nats-io/nats-streaming-server
51-
[Release-Url]: https://github.com/nats-io/nats-streaming-server/releases/tag/v0.25.0
52-
[Release-image]: https://img.shields.io/badge/release-v0.25.0-1eb0fc.svg
51+
[Release-Url]: https://github.com/nats-io/nats-streaming-server/releases/tag/v0.25.2
52+
[Release-image]: https://img.shields.io/badge/release-v0.25.2-1eb0fc.svg
5353
[github-release]: https://github.com/nats-io/nats-streaming-server/releases/

server/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747
// Server defaults.
4848
const (
4949
// VERSION is the current version for the NATS Streaming server.
50-
VERSION = "0.25.0"
50+
VERSION = "0.25.2"
5151

5252
DefaultClusterID = "test-cluster"
5353
DefaultDiscoverPrefix = "_STAN.discover"

0 commit comments

Comments
 (0)