summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-12-15 09:04:40 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-12-15 09:04:40 -0800
commitebf68af9d4158450b6d673bf6d31ff5297057882 (patch)
tree070960b03eeba9d367bf5b22d6c055f78d24abf4 /lib
parent6f46520a1ecbd5e81562d67dadb75741e50e408b (diff)
downloadsendgrid-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')
-rw-r--r--lib/Client.php2
-rw-r--r--lib/SendGrid.php2
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',