This repository was archived by the owner on Dec 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ builds:
1616 flags :
1717 - -trimpath
1818 ldflags :
19- - -w -X github.com/nats-io/nats-streaming-server/server.gitCommit={{.ShortCommit}} -X github.com/nats-io/nats-server/v2/server.gitCommit=f4f3cce
19+ - -w -X github.com/nats-io/nats-streaming-server/server.gitCommit={{.ShortCommit}} -X github.com/nats-io/nats-server/v2/server.gitCommit=e43cfb4
2020 env :
2121 - GO111MODULE=on
2222 - CGO_ENABLED=0
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ under the Apache Version 2.0 license found in the LICENSE file.
4848[ Coverage-image ] : https://coveralls.io/repos/github/nats-io/nats-streaming-server/badge.svg?branch=main&t=kIxrDE
4949[ ReportCard-Url ] : http://goreportcard.com/report/nats-io/nats-streaming-server
5050[ ReportCard-Image ] : http://goreportcard.com/badge/github.com/nats-io/nats-streaming-server
51- [ Release-Url ] : https://github.com/nats-io/nats-streaming-server/releases/tag/v0.25.5
52- [ Release-image ] : https://img.shields.io/badge/release-v0.25.5 -1eb0fc.svg
51+ [ Release-Url ] : https://github.com/nats-io/nats-streaming-server/releases/tag/v0.25.6
52+ [ Release-image ] : https://img.shields.io/badge/release-v0.25.6 -1eb0fc.svg
5353[ github-release ] : https://github.com/nats-io/nats-streaming-server/releases/
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import (
4747// Server defaults.
4848const (
4949 // VERSION is the current version for the NATS Streaming server.
50- VERSION = "0.25.5 "
50+ VERSION = "0.25.6 "
5151
5252 DefaultClusterID = "test-cluster"
5353 DefaultDiscoverPrefix = "_STAN.discover"
You can’t perform that action at this time.
0 commit comments