Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David T. Sadler committed Aug 30, 2016
1 parent e031b0a commit c4c36a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## 6.0.0 - 2016-08-30

### Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Sdk
{
const VERSION = '5.0.0';
const VERSION = '6.0.0';

public static $STRICT_PROPERTY_TYPES = true;

Expand Down

0 comments on commit c4c36a8

Please sign in to comment.