From 348218fa60d2ea3894918cabbb38a69dfe4dcf18 Mon Sep 17 00:00:00 2001 From: cnmade <278153+cnmade@users.noreply.github.com> Date: Wed, 8 Sep 2021 10:11:26 +0800 Subject: [PATCH] Bump version to 2.6.0 for go.mod --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 819fbf3e..73755add 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Resty author also published following projects for Go Community. ```bash # Go Modules -require github.com/go-resty/resty/v2 v2.4.0 +require github.com/go-resty/resty/v2 v2.6.0 ``` ## Usage