diff --git a/.goreleaser.yml b/.goreleaser.yml index ed7b06da..fe707096 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,7 +14,7 @@ builds: - main: ./main.go binary: nats-server ldflags: - - -w -X github.com/nats-io/nats-server/server.gitCommit={{.ShortCommit}} + - -w -X github.com/nats-io/nats-server/v2/server.gitCommit={{.ShortCommit}} env: - GO111MODULE=on - CGO_ENABLED=0 diff --git a/server/const.go b/server/const.go index 3dea0a8b..c6e1b6db 100644 --- a/server/const.go +++ b/server/const.go @@ -41,7 +41,7 @@ var ( const ( // VERSION is the current version for the server. - VERSION = "2.7.0" + VERSION = "2.7.1-beta01" // PROTO is the currently supported protocol. // 0 was the original