diff --git a/api.go b/api.go index 46d69214a..a563a18d4 100644 --- a/api.go +++ b/api.go @@ -85,7 +85,7 @@ type Client struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "2.0.4" + libraryVersion = "2.1.0" ) // User Agent should always following the below style.