From 70b1f5c950b0f176a3e5dde9f73f837cc5d4c97b Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Thu, 13 Jan 2022 16:58:19 -0700 Subject: [PATCH] Fix goreleaser script invocation - bump to rc2 Signed-off-by: Ivan Kozlovic --- .travis.yml | 2 +- server/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 802ca0f2..c654ca5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ after_success: deploy: provider: script cleanup: true - script: curl -sL http://git.io/goreleaser + script: curl -sL http://git.io/goreleaser | bash on: tags: true condition: $TRAVIS_GO_VERSION =~ 1.17 diff --git a/server/const.go b/server/const.go index e8b41c39..9df3e09d 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-rc1" + VERSION = "2.7.0-rc2" // PROTO is the currently supported protocol. // 0 was the original