Skip to content

Commit

Permalink
Update UserInQueueService.rb
Browse files Browse the repository at this point in the history
Updated SDK_VERSION
  • Loading branch information
Queue-it authored Sep 7, 2017
1 parent cd8aaf4 commit 7260a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/UserInQueueService.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module QueueIT
class UserInQueueService
SDK_VERSION = "3.2.0"
SDK_VERSION = "3.2.2"

def initialize(userInQueueStateRepository)
@userInQueueStateRepository = userInQueueStateRepository
Expand Down Expand Up @@ -117,4 +117,4 @@ def extendQueueCookie(eventId, cookieValidityMinute, cookieDomain, secretKey)
@userInQueueStateRepository.extendQueueCookie(eventId, cookieValidityMinute, cookieDomain, secretKey)
end
end
end
end

0 comments on commit 7260a8f

Please sign in to comment.