diff options
Diffstat (limited to 'lib/Client.php')
-rw-r--r-- | lib/Client.php | 2 |
1 files changed, 1 insertions, 1 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', |