mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
@@ -52,6 +52,13 @@ archives:
|
|||||||
files:
|
files:
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
- name_template: '{{.ProjectName}}-{{.Tag}}-{{.Os}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}'
|
||||||
|
id: targz-archives
|
||||||
|
wrap_in_directory: true
|
||||||
|
format: tar.gz
|
||||||
|
files:
|
||||||
|
- README.md
|
||||||
|
- LICENSE
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
name_template: 'SHA256SUMS'
|
name_template: 'SHA256SUMS'
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -27,12 +27,12 @@ If you are interested in contributing to NATS, read about our...
|
|||||||
[License-Image]: https://img.shields.io/badge/License-Apache2-blue.svg
|
[License-Image]: https://img.shields.io/badge/License-Apache2-blue.svg
|
||||||
[Fossa-Url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fnats-io%2Fgnatsd?ref=badge_shield
|
[Fossa-Url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fnats-io%2Fgnatsd?ref=badge_shield
|
||||||
[Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnats-io%2Fgnatsd.svg?type=shield
|
[Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnats-io%2Fgnatsd.svg?type=shield
|
||||||
[Build-Status-Url]: https://travis-ci.org/nats-io/nats-server
|
[Build-Status-Url]: https://travis-ci.com/github/nats-io/nats-server
|
||||||
[Build-Status-Image]: https://travis-ci.org/nats-io/nats-server.svg?branch=master
|
[Build-Status-Image]: https://travis-ci.com/nats-io/nats-server.svg?branch=branch_2_1_x
|
||||||
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.1.8
|
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.1.9
|
||||||
[Release-image]: https://img.shields.io/badge/release-v2.1.8-1eb0fc.svg
|
[Release-image]: https://img.shields.io/badge/release-v2.1.9-1eb0fc.svg
|
||||||
[Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=master
|
[Coverage-Url]: https://coveralls.io/github/nats-io/nats-server?branch=branch_2_1_x
|
||||||
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=master
|
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=branch_2_1_x
|
||||||
[ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server
|
[ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server
|
||||||
[ReportCard-Image]: https://goreportcard.com/badge/github.com/nats-io/nats-server
|
[ReportCard-Image]: https://goreportcard.com/badge/github.com/nats-io/nats-server
|
||||||
[github-release]: https://github.com/nats-io/nats-server/releases/
|
[github-release]: https://github.com/nats-io/nats-server/releases/
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ var (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// VERSION is the current version for the server.
|
// VERSION is the current version for the server.
|
||||||
VERSION = "2.1.8"
|
VERSION = "2.1.9"
|
||||||
|
|
||||||
// PROTO is the currently supported protocol.
|
// PROTO is the currently supported protocol.
|
||||||
// 0 was the original
|
// 0 was the original
|
||||||
|
|||||||
Reference in New Issue
Block a user