Skip to content

Commit 54e16e8

Browse files
authored
Merge pull request #2349 from nats-io/release_2_3_2
Release v2.3.2
2 parents 6ad6c6a + 988d12b commit 54e16e8

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
@@ -33,8 +33,8 @@ If you are interested in contributing to NATS, read about our...
3333
[Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.jpy.wang%2Fnats-io%2Fnats-server.svg?type=shield
3434
[Build-Status-Url]: https://travis-ci.com/github/nats-io/nats-server
3535
[Build-Status-Image]: https://travis-ci.com/nats-io/nats-server.svg?branch=main
36-
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.3.1
37-
[Release-image]: https://img.shields.io/badge/release-v2.3.1-1eb0fc.svg
36+
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.3.2
37+
[Release-image]: https://img.shields.io/badge/release-v2.3.2-1eb0fc.svg
3838
[Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=main
3939
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=main
4040
[ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server

server/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var (
4141

4242
const (
4343
// VERSION is the current version for the server.
44-
VERSION = "2.3.2-beta.1"
44+
VERSION = "2.3.2"
4545

4646
// PROTO is the currently supported protocol.
4747
// 0 was the original

0 commit comments

Comments
 (0)