summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-08-24 10:14:38 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-08-24 10:14:38 -0700
commit364f693c2cf4cc6eae4afc4efd2b031fb3f41d50 (patch)
tree7da1b7f8f075ac0c40985461a0de08f65b0ab942 /lib
parentbd3ce7b4ac51b8b239bad717d3e7fab6c8d9cf0b (diff)
downloadsendgrid-php-5.0.8.zip
sendgrid-php-5.0.8.tar.gz
sendgrid-php-5.0.8.tar.bz2
Version Bump 5.0.8: Add TOC to README, Add USE_CASES.mdv5.0.8
Diffstat (limited to 'lib')
-rw-r--r--lib/SendGrid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SendGrid.php b/lib/SendGrid.php
index 9701615..47cce4f 100644
--- a/lib/SendGrid.php
+++ b/lib/SendGrid.php
@@ -16,7 +16,7 @@
*/
class SendGrid
{
- const VERSION = '5.0.7';
+ const VERSION = '5.0.8';
protected
$namespace = 'SendGrid';