Skip to content

Commit

Permalink
3.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Oct 26, 2015
1 parent 705fe8d commit adee5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.9.1 - 2015-10-26

* `Aws\ApiGateway` - Fixed erroneous version number. Previous version number
support kept for backwards compatibility, but "2015-06-01" should be
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -64,7 +64,7 @@
*/
class Sdk
{
const VERSION = '3.9.0';
const VERSION = '3.9.1';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit adee5c3

Please sign in to comment.