Skip to content

Commit 50f842d

Browse files
committed
Release v4.0.0-rc.9
1 parent 65bc500 commit 50f842d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base_interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515

1616
// Version is this client library's current version
1717
const (
18-
Version = "4.0.0-rc.8"
18+
Version = "4.0.0-rc.9"
1919
rateLimitRetry = 5
2020
rateLimitSleep = 1100
2121
)

client/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package client
33

44
// LibraryVersion specifies the current version of sendgrid-go.
5-
const LibraryVersion = "4.0.0-rc.8"
5+
const LibraryVersion = "4.0.0-rc.9"

0 commit comments

Comments
 (0)