Skip to content

Commit

Permalink
Merge pull request #563 from google/ianbarber-patch-1
Browse files Browse the repository at this point in the history
Bump dev version string.
  • Loading branch information
ianbarber committed May 21, 2015
2 parents 30795e4 + a64b216 commit 2adb5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Google/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
class Google_Client
{
const LIBVER = "1.1.3";
const LIBVER = "1.1.4";
const USER_AGENT_SUFFIX = "google-api-php-client/";
/**
* @var Google_Auth_Abstract $auth
Expand Down

0 comments on commit 2adb5ba

Please sign in to comment.