From 51138f15dbd9b0d616fdbf7ef19691bb41f7473e Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Wed, 24 Apr 2019 00:31:20 +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 0a15cb4d57..6e329dabf0 100644 --- a/api.go +++ b/api.go @@ -102,7 +102,7 @@ type Options struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "v6.0.23" + libraryVersion = "v6.0.24" ) // User Agent should always following the below style.