From a76fd35941eeef2d7087619bd9fc6e314a3211b1 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Wed, 16 Feb 2022 04:06:50 +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 d05b03466..a8318e0ee 100644 --- a/api.go +++ b/api.go @@ -111,7 +111,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.22" + libraryVersion = "v7.0.23" ) // User Agent should always following the below style.