Skip to content

Commit

Permalink
Release v4.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Oct 24, 2024
1 parent a14c3c3 commit d2ea4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// Version is this client library's current version
const (
Version = "4.0.0-rc.1"
Version = "4.0.0-rc.3"
rateLimitRetry = 5
rateLimitSleep = 1100
)
Expand Down
2 changes: 1 addition & 1 deletion client/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package client

// LibraryVersion specifies the current version of sendgrid-go.
const LibraryVersion = "1.22.3"
const LibraryVersion = "4.0.0-rc.3"

0 comments on commit d2ea4d8

Please sign in to comment.