We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b9a85 commit 51c16e1Copy full SHA for 51c16e1
BUILD.bazel
@@ -11,6 +11,7 @@ go_library(
11
"circuit_breaker.go",
12
"client.go",
13
"curl.go",
14
+ "debug.go",
15
"digest.go",
16
"load_balancer.go",
17
"middleware.go",
resty.go
@@ -20,7 +20,7 @@ import (
20
)
21
22
// Version # of resty
23
-const Version = "3.0.0-dev"
+const Version = "3.0.0-beta.1"
24
25
// New method creates a new Resty client.
26
func New() *Client {
0 commit comments