Skip to content

Commit b055f67

Browse files
committed
Release v2.9.20
1 parent ff10e7b commit b055f67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ If you are interested in contributing to NATS, read about our...
3737
[Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnats-io%2Fnats-server.svg?type=shield
3838
[Build-Status-Url]: https://travis-ci.com/github/nats-io/nats-server
3939
[Build-Status-Image]: https://travis-ci.com/nats-io/nats-server.svg?branch=main
40-
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.9.19
41-
[Release-image]: https://img.shields.io/badge/release-v2.9.19-1eb0fc.svg
40+
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.9.20
41+
[Release-image]: https://img.shields.io/badge/release-v2.9.20-1eb0fc.svg
4242
[Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=main
4343
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=main
4444
[ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server

server/const.go

Lines changed: 1 addition & 1 deletion
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.9.20-beta"
44+
VERSION = "2.9.20"
4545

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

0 commit comments

Comments
 (0)