From c8ab312aaca4164803f1ff0dc875e3a22aca3a58 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Tue, 11 Jul 2023 20:07:51 +0000 Subject: [PATCH] Update version to next release --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 93c255a09f..5309a96694 100644 --- a/api.go +++ b/api.go @@ -124,7 +124,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.60" + libraryVersion = "v7.0.61" ) // User Agent should always following the below style.