diff options
Diffstat (limited to 'lib/SendGrid.php')
-rw-r--r-- | lib/SendGrid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SendGrid.php b/lib/SendGrid.php index b8c6d58..3705719 100644 --- a/lib/SendGrid.php +++ b/lib/SendGrid.php @@ -16,7 +16,7 @@ */ class SendGrid { - const VERSION = '5.0.9'; + const VERSION = '5.1.0'; protected $namespace = 'SendGrid'; |