diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-08-24 10:14:38 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-08-24 10:14:38 -0700 |
commit | 364f693c2cf4cc6eae4afc4efd2b031fb3f41d50 (patch) | |
tree | 7da1b7f8f075ac0c40985461a0de08f65b0ab942 /lib | |
parent | bd3ce7b4ac51b8b239bad717d3e7fab6c8d9cf0b (diff) | |
download | sendgrid-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.php | 2 |
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'; |