summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-11-17 15:05:01 -0800
committerElmer Thomas <elmer@thinkingserious.com>2016-11-17 15:05:01 -0800
commit46f85e69ec6a36d4674e7131e442fbecdaa5d183 (patch)
treee241b232c1f41b1fe418a1ad62c7c855c050566c /lib
parent31e8280c0f01aad4ae447f0689f46dde335157bd (diff)
downloadsendgrid-php-master.zip
sendgrid-php-master.tar.gz
sendgrid-php-master.tar.bz2
Version Bump v5.1.2: Pull #330, Fixes #320 Delete subaccounts returns 200 issue resolvedHEADv5.1.2origin/masterorigin/HEADmaster
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 0cc04d3..20e0912 100644
--- a/lib/SendGrid.php
+++ b/lib/SendGrid.php
@@ -16,7 +16,7 @@
*/
class SendGrid
{
- const VERSION = '5.1.1';
+ const VERSION = '5.1.2';
/**
*