From f755095e59969f123ce508a2274735357bfeb338 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Mon, 12 Aug 2024 09:20:07 +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 13c493d0f..3c6f8e9fe 100644 --- a/api.go +++ b/api.go @@ -129,7 +129,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.75" + libraryVersion = "v7.0.76" ) // User Agent should always following the below style.