From 8be815434d9eec0126e6559ea558ba60b18b8992 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Thu, 29 Jun 2023 05:43:23 +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 9251c3894..93c255a09 100644 --- a/api.go +++ b/api.go @@ -124,7 +124,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.59" + libraryVersion = "v7.0.60" ) // User Agent should always following the below style.