Skip to content

Commit

Permalink
Prepare for 1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DerMika committed May 25, 2019
1 parent f9f6348 commit bd6d24c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This library makes it a lot easier for developers to integrate content from the

# Requirements

* PHP 5.4+
* PHP 5.4 or newer _(tested with 5.4 -> 7.3)_
* SOAP, XSL and DOM extensions activated
* A WSDL & authentication details from Amadeus _(SoapHeader 4 or SoapHeader 2)_

Expand Down Expand Up @@ -53,7 +53,7 @@ Once the client is installed, read the [About & Get Started](docs/about-get-

# Release history

The current release is version 1.7.1.
The current release is version 1.8.0.

See the [Changelog](CHANGELOG.md).

Expand Down
2 changes: 1 addition & 1 deletion src/Amadeus/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Client extends Base
*
* @var string
*/
const VERSION = "1.8.0-dev";
const VERSION = "1.8.0";

/**
* An identifier string for the library (to be used in Received From entries)
Expand Down

0 comments on commit bd6d24c

Please sign in to comment.