Skip to content

Commit d2ea4d8

Browse files
committed
Release v4.0.0-rc.3
1 parent a14c3c3 commit d2ea4d8

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.1"
18+
Version = "4.0.0-rc.3"
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 = "1.22.3"
5+
const LibraryVersion = "4.0.0-rc.3"

0 commit comments

Comments
 (0)