From f6e18891368400b6a15d8863175310997792848c Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Thu, 24 Jun 2021 17:04:42 +0200 Subject: [PATCH] 6.1.3 --- CHANGELOG.md | 12 ------------ src/Client.php | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d36e253d..0db8dbea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] -### Added - -### Fixed - -### Changed - -### Removed - -### Deprecated - - ## [6.1.3] ### Fixed - possible exception in Debug\Detail::__toString() when sub details are missing diff --git a/src/Client.php b/src/Client.php index 7dfc8a48d..bdf0a50c5 100644 --- a/src/Client.php +++ b/src/Client.php @@ -41,7 +41,7 @@ class Client extends CoreClient * * @var string */ - const VERSION = '6.1.2'; + const VERSION = '6.1.3'; /** * Check for an exact version.