Skip to content

Commit ef72779

Browse files
authored
chore: increase version number (#116)
1 parent be67d91 commit ef72779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SDK.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class SDK
1313
{
1414

15-
const VERSION = '2.3.3';
15+
const VERSION = '2.3.4';
1616
const SERVER_PRODUCTION = 'https://platform.ringcentral.com';
1717
const SERVER_SANDBOX = 'https://platform.devtest.ringcentral.com';
1818

@@ -81,4 +81,4 @@ public function createMultipartBuilder()
8181
return new MultipartBuilder();
8282
}
8383

84-
}
84+
}

0 commit comments

Comments
 (0)