From b328273a80ca654d0b03411d314d8cb863bbc982 Mon Sep 17 00:00:00 2001 From: Dieter Devlieghere Date: Tue, 10 Apr 2018 20:55:30 +0200 Subject: [PATCH] Preparing for release 1.6.2 --- README.md | 2 +- src/Amadeus/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 741eb0b70..b1e87222c 100644 --- a/README.md +++ b/README.md @@ -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.6.0. +The current release is version 1.6.2. See the [Changelog](CHANGELOG.md). diff --git a/src/Amadeus/Client.php b/src/Amadeus/Client.php index 0fde50472..5b5f7291e 100644 --- a/src/Amadeus/Client.php +++ b/src/Amadeus/Client.php @@ -57,7 +57,7 @@ class Client extends Base * * @var string */ - const VERSION = "1.6.1"; + const VERSION = "1.6.2"; /** * An identifier string for the library (to be used in Received From entries)