Bump to 1.0.1

This commit is contained in:
Harshavardhana 2016-03-22 21:37:11 -07:00
parent 9f0fe9b696
commit 015d1ed503
1 changed files with 1 additions and 1 deletions

2
api.go
View File

@ -70,7 +70,7 @@ type Client struct {
// Global constants.
const (
libraryName = "minio-go"
libraryVersion = "1.0.0"
libraryVersion = "1.0.1"
)
// User Agent should always following the below style.