From 99db4bd924d8edcd0189fe51c0490db218629a58 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Thu, 22 Mar 2018 19:23:27 -0600 Subject: [PATCH] Test with version matching tag --- .travis.yml | 2 +- nats.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a10118670..4985a210b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,5 @@ script: - if [[ "$TRAVIS_GO_VERSION" == 1.9.* ]]; then ./scripts/cov.sh TRAVIS; else go test -v -race ./...; fi after_success: - if [[ "$TRAVIS_GO_VERSION" == 1.9.* ]] && [ "$TRAVIS_TAG" != "" ]; then ghr --owner nats-io --token $GITHUB_TOKEN --draft $TRAVIS_TAG pkg/; fi -notification: +notifications: email: false diff --git a/nats.go b/nats.go index 46cfcef14..64b42d782 100644 --- a/nats.go +++ b/nats.go @@ -40,7 +40,7 @@ import ( // Default Constants const ( - Version = "1.3.1" + Version = "1.4.2" DefaultURL = "nats://localhost:4222" DefaultPort = 4222 DefaultMaxReconnect = 60