From 51c16e1645612857f85758736c32082ead4181ec Mon Sep 17 00:00:00 2001 From: "Jeevanandam M." Date: Fri, 31 Jan 2025 21:39:07 -0800 Subject: [PATCH] chore(release): version bump and ci config update (#968) --- BUILD.bazel | 1 + resty.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 {