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.