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 78b0c69..318a7c1 100644 --- a/lib/SendGrid.php +++ b/lib/SendGrid.php @@ -2,7 +2,7 @@ class SendGrid { - const VERSION = '3.1.0'; + const VERSION = '3.2.0'; protected $namespace = 'SendGrid', |