From c1d67071f60e04eefcdce7499881f12ca0422a1c Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Fri, 13 Dec 2024 23:16:16 +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 83c003e49..86d072e4f 100644 --- a/api.go +++ b/api.go @@ -133,7 +133,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.82" + libraryVersion = "v7.0.83" ) // User Agent should always following the below style.