From 13faa64c02170d2256e21446b63f3964fd219aaa Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Thu, 24 Oct 2024 20:10:27 +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 54a20e711..0226a40b0 100644 --- a/api.go +++ b/api.go @@ -128,7 +128,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.79" + libraryVersion = "v7.0.80" ) // User Agent should always following the below style.