Skip to content

Commit

Permalink
Update version and vendor for 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovic committed Aug 8, 2016
1 parent 8dd8651 commit 758a3fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
// Server defaults.
const (
// VERSION is the current version for the NATS Streaming server.
VERSION = "0.2.1"
VERSION = "0.2.2"

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.

16 changes: 8 additions & 8 deletions vendor/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"importpath": "github.com/nats-io/gnatsd/auth",
"repository": "https://github.com/nats-io/gnatsd",
"vcs": "git",
"revision": "5e68e38c8bc3cd3c1972682c91b798b6262584d4",
"revision": "62923be357d99504f725ffc2ff27bcfc69f1943e",
"branch": "master",
"path": "auth",
"notests": true
Expand All @@ -50,7 +50,7 @@
"importpath": "github.com/nats-io/gnatsd/conf",
"repository": "https://github.com/nats-io/gnatsd",
"vcs": "git",
"revision": "5e68e38c8bc3cd3c1972682c91b798b6262584d4",
"revision": "62923be357d99504f725ffc2ff27bcfc69f1943e",
"branch": "master",
"path": "conf",
"notests": true
Expand All @@ -59,7 +59,7 @@
"importpath": "github.com/nats-io/gnatsd/logger",
"repository": "https://github.com/nats-io/gnatsd",
"vcs": "git",
"revision": "5e68e38c8bc3cd3c1972682c91b798b6262584d4",
"revision": "62923be357d99504f725ffc2ff27bcfc69f1943e",
"branch": "master",
"path": "/logger",
"notests": true
Expand All @@ -68,7 +68,7 @@
"importpath": "github.com/nats-io/gnatsd/server",
"repository": "https://github.com/nats-io/gnatsd",
"vcs": "git",
"revision": "5e68e38c8bc3cd3c1972682c91b798b6262584d4",
"revision": "62923be357d99504f725ffc2ff27bcfc69f1943e",
"branch": "master",
"path": "server",
"notests": true
Expand All @@ -77,7 +77,7 @@
"importpath": "github.com/nats-io/gnatsd/test",
"repository": "https://github.com/nats-io/gnatsd",
"vcs": "git",
"revision": "5e68e38c8bc3cd3c1972682c91b798b6262584d4",
"revision": "62923be357d99504f725ffc2ff27bcfc69f1943e",
"branch": "master",
"path": "/test",
"notests": true
Expand All @@ -86,7 +86,7 @@
"importpath": "github.com/nats-io/gnatsd/vendor/github.com/nats-io/nuid",
"repository": "https://github.com/nats-io/gnatsd",
"vcs": "git",
"revision": "5e68e38c8bc3cd3c1972682c91b798b6262584d4",
"revision": "62923be357d99504f725ffc2ff27bcfc69f1943e",
"branch": "master",
"path": "vendor/github.com/nats-io/nuid",
"notests": true
Expand All @@ -95,7 +95,7 @@
"importpath": "github.com/nats-io/gnatsd/vendor/golang.org/x/crypto/bcrypt",
"repository": "https://github.com/nats-io/gnatsd",
"vcs": "git",
"revision": "5e68e38c8bc3cd3c1972682c91b798b6262584d4",
"revision": "62923be357d99504f725ffc2ff27bcfc69f1943e",
"branch": "master",
"path": "vendor/golang.org/x/crypto/bcrypt",
"notests": true
Expand All @@ -104,7 +104,7 @@
"importpath": "github.com/nats-io/gnatsd/vendor/golang.org/x/crypto/blowfish",
"repository": "https://github.com/nats-io/gnatsd",
"vcs": "git",
"revision": "5e68e38c8bc3cd3c1972682c91b798b6262584d4",
"revision": "62923be357d99504f725ffc2ff27bcfc69f1943e",
"branch": "master",
"path": "vendor/golang.org/x/crypto/blowfish",
"notests": true
Expand Down

0 comments on commit 758a3fb

Please sign in to comment.