We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14c3c3 commit d2ea4d8Copy full SHA for d2ea4d8
base_interface.go
@@ -15,7 +15,7 @@ import (
15
16
// Version is this client library's current version
17
const (
18
- Version = "4.0.0-rc.1"
+ Version = "4.0.0-rc.3"
19
rateLimitRetry = 5
20
rateLimitSleep = 1100
21
)
client/version.go
@@ -2,4 +2,4 @@
2
package client
3
4
// LibraryVersion specifies the current version of sendgrid-go.
5
-const LibraryVersion = "1.22.3"
+const LibraryVersion = "4.0.0-rc.3"
0 commit comments