Skip to content

Commit

Permalink
Prepare v2.9.17 release (#4181)
Browse files Browse the repository at this point in the history
Include fix with GoReleaser for nightly.
  • Loading branch information
wallyqs committed May 18, 2023
2 parents 25d9762 + f3dac91 commit 4f2c9a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .goreleaser-nightly.yml
@@ -1,7 +1,7 @@
project_name: nats-server

builds:
- main: ./main.go
- main: .
id: nats-server
binary: nats-server
ldflags:
Expand All @@ -28,7 +28,7 @@ dockers:
- docker/nats-server.conf

checksum:
name_template: 'SHA256SUMS'
name_template: "SHA256SUMS"
algorithm: sha256

snapshot:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,8 +37,8 @@ If you are interested in contributing to NATS, read about our...
[Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnats-io%2Fnats-server.svg?type=shield
[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=main
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.9.16
[Release-image]: https://img.shields.io/badge/release-v2.9.16-1eb0fc.svg
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.9.17
[Release-image]: https://img.shields.io/badge/release-v2.9.17-1eb0fc.svg
[Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=main
[Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=main
[ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server
Expand Down
2 changes: 1 addition & 1 deletion server/const.go
Expand Up @@ -41,7 +41,7 @@ var (

const (
// VERSION is the current version for the server.
VERSION = "2.9.17-RC.3"
VERSION = "2.9.17"

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

0 comments on commit 4f2c9a5

Please sign in to comment.