Skip to content

Commit

Permalink
Merge 421e93a into be67d91
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux committed Jan 20, 2023
2 parents be67d91 + 421e93a commit 83de873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SDK.php
Expand Up @@ -12,7 +12,7 @@
class SDK
{

const VERSION = '2.3.3';
const VERSION = '2.3.4';
const SERVER_PRODUCTION = 'https://platform.ringcentral.com';
const SERVER_SANDBOX = 'https://platform.devtest.ringcentral.com';

Expand Down Expand Up @@ -81,4 +81,4 @@ public function createMultipartBuilder()
return new MultipartBuilder();
}

}
}

0 comments on commit 83de873

Please sign in to comment.