Skip to content

Commit c36c307

Browse files
committed
Release 7.8.0
1 parent b37ad56 commit c36c307

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Add Twilio SendGrid to your `composer.json` file. If you are not using [Composer
7373

7474
#### Alternative: Install package from zip
7575

76-
If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/sendgrid-php/releases/download/7.7.0/sendgrid-php.zip)**.
76+
If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/sendgrid-php/releases/download/7.8.0/sendgrid-php.zip)**.
7777

78-
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.7.0/sendgrid-php.zip)
78+
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.8.0/sendgrid-php.zip)
7979

8080
Previous versions of the library can be found in the [version index](https://sendgrid-open-source.s3.amazonaws.com/index.html) or downloaded directly from [GitHub](https://github.com/sendgrid/sendgrid-php/releases).
8181

lib/BaseSendGridClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
abstract class BaseSendGridClientInterface
1313
{
1414
/** @var string SendGrid API library version */
15-
const VERSION = '7.7.0';
15+
const VERSION = '7.8.0';
1616

1717
/** @var Client SendGrid HTTP Client library */
1818
public $client;

0 commit comments

Comments
 (0)