summaryrefslogtreecommitdiffstats
path: root/test/unit/SendGridTest.php
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 /test/unit/SendGridTest.php
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 'test/unit/SendGridTest.php')
-rw-r--r--test/unit/SendGridTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/SendGridTest.php b/test/unit/SendGridTest.php
index 447912b..1e6013f 100644
--- a/test/unit/SendGridTest.php
+++ b/test/unit/SendGridTest.php
@@ -59,7 +59,7 @@ class SendGridTest_SendGrid extends \PHPUnit_Framework_TestCase
public function testVersion()
{
- $this->assertEquals(SendGrid::VERSION, '5.0.7');
+ $this->assertEquals(SendGrid::VERSION, '5.0.8');
$this->assertEquals(json_decode(file_get_contents(__DIR__ . '/../../composer.json'))->version, SendGrid::VERSION);
}