Skip to content

Commit

Permalink
Prepare v0.11.0 (#203)
Browse files Browse the repository at this point in the history
jdpedrie authored and dwsupplee committed Oct 13, 2016

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 1c1be26 commit 2fa7a6b
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
"defaultService": "servicebuilder",
"markdown": "php",
"versions": [
"v0.11.0",
"v0.10.2",
"v0.10.1",
"v0.10.0",
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
*/
class ServiceBuilder
{
const VERSION = '0.10.2';
const VERSION = '0.11.0';

/**
* @var array Configuration options to be used between clients.

0 comments on commit 2fa7a6b

Please sign in to comment.