File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ If you are interested in contributing to NATS, read about our...
33
33
[ Fossa-Image ] : https://app.fossa.io/api/projects/git%2Bgithub.jpy.wang%2Fnats-io%2Fnats-server.svg?type=shield
34
34
[ Build-Status-Url ] : https://travis-ci.com/github/nats-io/nats-server
35
35
[ 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
38
38
[ Coverage-Url ] : https://coveralls.io/r/nats-io/nats-server?branch=main
39
39
[ Coverage-image ] : https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=main
40
40
[ ReportCard-Url ] : https://goreportcard.com/report/nats-io/nats-server
Original file line number Diff line number Diff line change 41
41
42
42
const (
43
43
// VERSION is the current version for the server.
44
- VERSION = "2.3.2-beta.1 "
44
+ VERSION = "2.3.2"
45
45
46
46
// PROTO is the currently supported protocol.
47
47
// 0 was the original
You can’t perform that action at this time.
0 commit comments