From 95cb6ca7890659666f617520cb5fca0d90a2e128 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Fri, 6 May 2022 19:47:38 +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 009fb0e9a..b01ca4913 100644 --- a/api.go +++ b/api.go @@ -111,7 +111,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.25" + libraryVersion = "v7.0.26" ) // User Agent should always following the below style.