diff options
author | Eddie Zaneski <eddiezane@gmail.com> | 2015-05-13 09:58:46 -0700 |
---|---|---|
committer | Eddie Zaneski <eddiezane@gmail.com> | 2015-05-13 09:58:46 -0700 |
commit | 75970eb82f5629e66db4d6da08ff7ef0c507e9b0 (patch) | |
tree | 6ea98ee34257589fea26e36a1b442e36d3dbe7f3 /lib/SendGrid.php | |
parent | 3e1bdc61b714e7cdf8026a5f4a19fec0c3ee925b (diff) | |
download | sendgrid-php-3.2.0.zip sendgrid-php-3.2.0.tar.gz sendgrid-php-3.2.0.tar.bz2 |
Version bump v3.2.0v3.2.0
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 78b0c69..318a7c1 100644 --- a/lib/SendGrid.php +++ b/lib/SendGrid.php @@ -2,7 +2,7 @@ class SendGrid { - const VERSION = '3.1.0'; + const VERSION = '3.2.0'; protected $namespace = 'SendGrid', |