Skip to content

Commit

Permalink
Test with version matching tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovic committed Mar 23, 2018
1 parent d7922d7 commit 99db4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion nats.go
Expand Up @@ -40,7 +40,7 @@ import (

// Default Constants
const (
Version = "1.3.1"
Version = "1.4.2"
DefaultURL = "nats://localhost:4222"
DefaultPort = 4222
DefaultMaxReconnect = 60
Expand Down

0 comments on commit 99db4bd

Please sign in to comment.