Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Increment API version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesmeyanov Kirill committed Feb 6, 2017
1 parent 8955b75 commit 03a9af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class Client implements ClientContract
{
const API_URI = 'https://api.vk.com/method/';
const API_VERSION = '5.53';
const API_VERSION = '5.62';
const API_TIMEOUT = 30.0;

/**
Expand Down

0 comments on commit 03a9af2

Please sign in to comment.