From 1ff6b607c552e287efb3f7ef9c7535e4a2d64ea7 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Tue, 2 Jul 2024 17:38:08 +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 602722782..937551403 100644 --- a/api.go +++ b/api.go @@ -129,7 +129,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.73" + libraryVersion = "v7.0.74" ) // User Agent should always following the below style.