Skip to content

Commit

Permalink
incremented sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadMQ committed Sep 11, 2019
1 parent d15af6d commit 296a869
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added .vs/KnownUser.V3.PHP/v16/.suo
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion UserInQueueService.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function getIgnoreActionResult();

class UserInQueueService implements IUserInQueueService
{
const SDK_VERSION = "3.5.3";
const SDK_VERSION = "3.5.4";
private $userInQueueStateRepository;

function __construct(IUserInQueueStateRepository $userInQueueStateRepository) {
Expand Down

0 comments on commit 296a869

Please sign in to comment.