From 3b45ef61d28365cb0d7a2196db3696609eb84d04 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Sun, 8 Sep 2019 19:00:16 -0700 Subject: [PATCH] version bump to 2.1.0 --- resty.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resty.go b/resty.go index a99e0a6c..df2489a5 100644 --- a/resty.go +++ b/resty.go @@ -14,7 +14,7 @@ import ( ) // Version # of resty -const Version = "2.0.0" +const Version = "2.1.0" // New method creates a new Resty client. func New() *Client {