From 70fe06cee50d4b6f98248d9675fb55f2a3aa7228 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Thu, 21 Feb 2019 14:42:23 -0800 Subject: [PATCH] Version bump, etc [ci ckip] Signed-off-by: Derek Collison --- nats.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nats.go b/nats.go index c4fa38d16..ec43708af 100644 --- a/nats.go +++ b/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 @@ -43,7 +43,7 @@ import ( // Default Constants const ( - Version = "1.7.0" + Version = "1.7.2" DefaultURL = "nats://localhost:4222" DefaultPort = 4222 DefaultMaxReconnect = 60