Skip to content

Commit

Permalink
Merge pull request nats-io#1690 from nats-io/release_2_1_9
Browse files Browse the repository at this point in the history
Release v2.1.9
  • Loading branch information
kozlovic authored Nov 2, 2020
2 parents d99d0eb + 3d4aac1 commit 7c76626
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ archives:
files:
- README.md
- 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:
name_template: 'SHA256SUMS'
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[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
[Build-Status-Url]: https://travis-ci.org/nats-io/nats-server
[Build-Status-Image]: https://travis-ci.org/nats-io/nats-server.svg?branch=master
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.1.8
[Release-image]: https://img.shields.io/badge/release-v2.1.8-1eb0fc.svg
[Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=master
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=master
[Build-Status-Url]: https://travis-ci.com/github/nats-io/nats-server
[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.9
[Release-image]: https://img.shields.io/badge/release-v2.1.9-1eb0fc.svg
[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=branch_2_1_x
[ReportCard-Url]: https://goreportcard.com/report/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/
Expand Down
2 changes: 1 addition & 1 deletion server/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (

const (
// VERSION is the current version for the server.
VERSION = "2.1.8"
VERSION = "2.1.9"

// PROTO is the currently supported protocol.
// 0 was the original
Expand Down

0 comments on commit 7c76626

Please sign in to comment.