From 61f4307870842f056ac439c0d627a9611846de02 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Mon, 11 Jan 2021 18:58:30 -0800 Subject: [PATCH] prepare for v2.5.0-dev iteration --- resty.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resty.go b/resty.go index 8f34cd11..3b8caccf 100644 --- a/resty.go +++ b/resty.go @@ -14,7 +14,7 @@ import ( ) // Version # of resty -const Version = "2.4.0" +const Version = "2.5.0-dev" // New method creates a new Resty client. func New() *Client {