Skip to content

Commit

Permalink
chore(release): version bump and ci config update (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm authored Feb 1, 2025
1 parent 27b9a85 commit 51c16e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ go_library(
"circuit_breaker.go",
"client.go",
"curl.go",
"debug.go",
"digest.go",
"load_balancer.go",
"middleware.go",
Expand Down
2 changes: 1 addition & 1 deletion resty.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 51c16e1

Please sign in to comment.