Skip to content

Commit

Permalink
6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Jun 24, 2021
1 parent 8374d8c commit f6e1889
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f6e1889

Please sign in to comment.