From 35191b587baffcb8800cc58fa07e2fe2458eb30e Mon Sep 17 00:00:00 2001 From: "byrne.reese" Date: Fri, 3 Jun 2022 16:52:08 -0700 Subject: [PATCH] updated version number --- src/SDK.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDK.php b/src/SDK.php index 7246193b..0f345d3f 100644 --- a/src/SDK.php +++ b/src/SDK.php @@ -12,7 +12,7 @@ class SDK { - const VERSION = '2.2.3'; + const VERSION = '2.3.1'; const SERVER_PRODUCTION = 'https://platform.ringcentral.com'; const SERVER_SANDBOX = 'https://platform.devtest.ringcentral.com';