Skip to content

Commit 51c16e1

Browse files
authored
chore(release): version bump and ci config update (#968)
1 parent 27b9a85 commit 51c16e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ go_library(
1111
"circuit_breaker.go",
1212
"client.go",
1313
"curl.go",
14+
"debug.go",
1415
"digest.go",
1516
"load_balancer.go",
1617
"middleware.go",

resty.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
// Version # of resty
23-
const Version = "3.0.0-dev"
23+
const Version = "3.0.0-beta.1"
2424

2525
// New method creates a new Resty client.
2626
func New() *Client {

0 commit comments

Comments
 (0)