From 5325257a208fc630aaaac31bc00789acbc998c14 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Wed, 27 Mar 2019 20:36:52 +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 1df7cd052..40a5d881b 100644 --- a/api.go +++ b/api.go @@ -102,7 +102,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v6.0.21" + libraryVersion = "v6.0.22" ) // User Agent should always following the below style.