From dcaae9ec4d0b0a81d17f22f6d7a186491f6a55ec Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Mon, 6 Feb 2017 14:42:59 -0800 Subject: [PATCH] Bump to new release 2.0.4 --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 1231ddf40..a21c40e80 100644 --- a/api.go +++ b/api.go @@ -81,7 +81,7 @@ type Client struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "2.0.3" + libraryVersion = "2.0.4" ) // User Agent should always following the below style.