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 cb02c51..0f7d390 100644 --- a/lib/SendGrid.php +++ b/lib/SendGrid.php @@ -2,7 +2,7 @@ class SendGrid { - const VERSION = '4.0.1'; + const VERSION = '4.0.2'; protected $namespace = 'SendGrid', |