From e30b22a669b0366144f0fb8c7377db2e8195e136 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Wed, 29 Aug 2018 10:06:54 -0600 Subject: [PATCH] Prepare for next release Signed-off-by: Ivan Kozlovic --- .travis.yml | 3 ++- nats.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a7309757..732e4753a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go sudo: false go: +- 1.11.x - 1.10.x - 1.9.x install: @@ -17,4 +18,4 @@ before_script: - megacheck -ignore "$(cat staticcheck.ignore)" ./... script: - go test -i -race ./... -- if [[ "$TRAVIS_GO_VERSION" == 1.9.* ]]; then ./scripts/cov.sh TRAVIS; else go test -v -race ./...; fi +- if [[ "$TRAVIS_GO_VERSION" == 1.11.* ]]; then ./scripts/cov.sh TRAVIS; else go test -v -race ./...; fi diff --git a/nats.go b/nats.go index 079ddfd59..0b33a7aa7 100644 --- a/nats.go +++ b/nats.go @@ -40,7 +40,7 @@ import ( // Default Constants const ( - Version = "1.7.0" + Version = "1.6.0" DefaultURL = "nats://localhost:4222" DefaultPort = 4222 DefaultMaxReconnect = 60