summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-06-17 18:08:15 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-06-17 18:08:15 -0700
commit1a684e79adc637223c94a8f7bccbf8a95ef46f70 (patch)
tree51d361fe3f3ed4efae5dd7e775c2f0ebe31c57f5
parent5d5383ad309d7642a2ace7fe20380aa6254c1c23 (diff)
downloadsendgrid-php-1a684e79adc637223c94a8f7bccbf8a95ef46f70.zip
sendgrid-php-1a684e79adc637223c94a8f7bccbf8a95ef46f70.tar.gz
sendgrid-php-1a684e79adc637223c94a8f7bccbf8a95ef46f70.tar.bz2
Update version
-rw-r--r--lib/SendGrid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SendGrid.php b/lib/SendGrid.php
index 1f6bdc4..19a664d 100644
--- a/lib/SendGrid.php
+++ b/lib/SendGrid.php
@@ -16,7 +16,7 @@
*/
class SendGrid
{
- const VERSION = '5.0.0';
+ const VERSION = '5.0.1';
protected
$namespace = 'SendGrid';