diff --git a/BUILD.bazel b/BUILD.bazel index 2ba36bb..4fe3405 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -11,6 +11,7 @@ go_library( "circuit_breaker.go", "client.go", "curl.go", + "debug.go", "digest.go", "load_balancer.go", "middleware.go", diff --git a/resty.go b/resty.go index c98becc..677b646 100644 --- a/resty.go +++ b/resty.go @@ -20,7 +20,7 @@ import ( ) // Version # of resty -const Version = "3.0.0-dev" +const Version = "3.0.0-beta.1" // New method creates a new Resty client. func New() *Client {