From a46b0670252619f75f8e6169c8322b27f0afc983 Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Wed, 6 Feb 2019 21:40:43 +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 db71b25e5..1609ec5ca 100644 --- a/api.go +++ b/api.go @@ -102,7 +102,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v6.0.16" + libraryVersion = "v6.0.17" ) // User Agent should always following the below style.