diff --git a/api.go b/api.go index 115f603018..e7e4bded33 100644 --- a/api.go +++ b/api.go @@ -73,7 +73,7 @@ type Client struct { // Global constants. const ( libraryName = "minio-go" - libraryVersion = "1.0.1" + libraryVersion = "2.0.0" ) // User Agent should always following the below style.