From e8ddcf0238962d766f44242b595511f4decd365c Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Mon, 11 Mar 2024 00:25:58 +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 930e082ab..44f15c549 100644 --- a/api.go +++ b/api.go @@ -129,7 +129,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.69" + libraryVersion = "v7.0.70" ) // User Agent should always following the below style.