From 631054600d9fa759a17aad9729bfc658431ddac6 Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Sun, 1 Oct 2023 19:49:47 -0700 Subject: [PATCH] chore: version number bump (#719) --- resty.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resty.go b/resty.go index 0e880681..5ea95c38 100644 --- a/resty.go +++ b/resty.go @@ -14,7 +14,7 @@ import ( ) // Version # of resty -const Version = "2.9.1" +const Version = "2.10.0-dev" // New method creates a new Resty client. func New() *Client {