Skip to content

Commit

Permalink
Merge pull request #218 from nats-io/release_0_3_6
Browse files Browse the repository at this point in the history
Release 0.3.6
  • Loading branch information
kozlovic authored Dec 21, 2016
2 parents 45761d8 + eba80cd commit d1102c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
// Server defaults.
const (
// VERSION is the current version for the NATS Streaming server.
VERSION = "0.3.5"
VERSION = "0.3.6"

DefaultClusterID = "test-cluster"
DefaultDiscoverPrefix = "_STAN.discover"
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/nats-io/gnatsd/server/const.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/nats-io/go-nats-streaming/stan.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"importpath": "github.com/nats-io/gnatsd",
"repository": "https://github.com/nats-io/gnatsd",
"vcs": "git",
"revision": "c39204b478b87f294d7b9149065bf5de0e1d685a",
"branch": "master",
"revision": "5dcad241bcd7fff3aac6e9f8b47350f071f5fd38",
"branch": "HEAD",
"notests": true
},
{
Expand All @@ -57,8 +57,8 @@
"importpath": "github.com/nats-io/go-nats-streaming",
"repository": "https://github.com/nats-io/go-nats-streaming",
"vcs": "git",
"revision": "eb937665d19aa9a1d72f4eedcf6f9302ef4120c1",
"branch": "master",
"revision": "6e620057a207bd61e992c1c5b6a2de7b6a4cb010",
"branch": "HEAD",
"notests": true
},
{
Expand Down

0 comments on commit d1102c4

Please sign in to comment.