From a8bc84736a723756118f0191467b7fd2a29729d3 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Tue, 2 Aug 2022 23:46:21 +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 774136d73..ed3bb909f 100644 --- a/api.go +++ b/api.go @@ -111,7 +111,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.34" + libraryVersion = "v7.0.35" ) // User Agent should always following the below style.