Skip to content

Commit

Permalink
Merge pull request #388 from nats-io/new_release
Browse files Browse the repository at this point in the history
Prepare for next release
  • Loading branch information
kozlovic authored Aug 29, 2018
2 parents e232898 + e30b22a commit fb0396e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: go
sudo: false
go:
- 1.11.x
- 1.10.x
- 1.9.x
install:
Expand All @@ -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
2 changes: 1 addition & 1 deletion nats.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (

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

0 comments on commit fb0396e

Please sign in to comment.