diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Client.php | 2 | ||||
-rw-r--r-- | lib/SendGrid.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Client.php b/lib/Client.php index f620fc8..a25ce15 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -6,7 +6,7 @@ require 'resources/asm_suppressions.php'; class Client { - const VERSION = '4.0.1'; + const VERSION = '4.0.2'; protected $namespace = 'SendGrid', 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', |