Releasing 2.0.1.

This commit is contained in:
Renan DelValle 2019-01-08 15:59:56 -08:00
parent e13349db26
commit 8d67d8c2f3
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -37,7 +37,7 @@ import (
"github.com/pkg/errors"
)
const VERSION = "2.0.0"
const VERSION = "2.0.1"
type Client struct {
config *clientConfig