Skip to content

Commit

Permalink
Version bump, etc [ci ckip]
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Collison <derek@nats.io>
  • Loading branch information
derekcollison committed Feb 21, 2019
1 parent 0d34354 commit 70fe06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nats.go
@@ -1,4 +1,4 @@
// Copyright 2012-2018 The NATS Authors
// Copyright 2012-2019 The NATS Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
Expand Down Expand Up @@ -43,7 +43,7 @@ import (

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

0 comments on commit 70fe06c

Please sign in to comment.