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