vendor/github.com/sendgrid/rest/rest.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
--- a/vendor/github.com/sendgrid/rest/rest.go	Tue Aug 23 22:33:28 2022 +0200
+++ b/vendor/github.com/sendgrid/rest/rest.go	Tue Aug 23 22:39:43 2022 +0200
@@ -10,7 +10,7 @@
 )
 
 // Version represents the current version of the rest library
-const Version = "2.6.4"
+const Version = "2.6.9"
 
 // Method contains the supported HTTP verbs.
 type Method string