diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-12-15 09:04:40 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-12-15 09:04:40 -0800 |
commit | ebf68af9d4158450b6d673bf6d31ff5297057882 (patch) | |
tree | 070960b03eeba9d367bf5b22d6c055f78d24abf4 /lib/Client.php | |
parent | 6f46520a1ecbd5e81562d67dadb75741e50e408b (diff) | |
download | sendgrid-php-4.0.2.zip sendgrid-php-4.0.2.tar.gz sendgrid-php-4.0.2.tar.bz2 |
Version Bump 4.0.2v4.0.2
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', |