From 5aaca534bbcfdfcecbfd2126c494b154fde16564 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Mon, 28 Aug 2023 21:37:49 +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 e8e324a9cc..902c7e029a 100644 --- a/api.go +++ b/api.go @@ -127,7 +127,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v7.0.63" + libraryVersion = "v7.0.64" ) // User Agent should always following the below style.