Skip to content

Commit

Permalink
update the version number in Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aridjar committed Sep 21, 2016
1 parent c708b30 commit 33a8930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/grade/3fa729f3750849ce8e0471b0487439cb)](https://www.codacy.com/app/gbadi/mailjet-apiv3-php)
[![Build Status](https://travis-ci.org/mailjet/mailjet-apiv3-php.svg?branch=master)](https://travis-ci.org/mailjet/mailjet-apiv3-php)
![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)
![Current Version](https://img.shields.io/badge/version-1.1.6-green.svg)
![Current Version](https://img.shields.io/badge/version-1.1.7-green.svg)

[Mailjet][mailjet] API Client.

Expand Down
2 changes: 1 addition & 1 deletion src/Mailjet/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
*/
class Config
{
const WRAPPER_VERSION = 'v1.1.2';
const WRAPPER_VERSION = 'v1.1.7';
const USER_AGENT = 'mailjet-apiv3-php/';
}

0 comments on commit 33a8930

Please sign in to comment.