Skip to content

Commit

Permalink
v5.11.0 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthadley authored Jan 15, 2025
1 parent 1e8e6a5 commit 7b22b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
workos (5.10.0)
workos (5.11.0)
encryptor (~> 3.0)
jwt (~> 2.8)

Expand All @@ -19,7 +19,7 @@ GEM
diff-lcs (1.5.1)
encryptor (3.0.0)
hashdiff (1.1.0)
jwt (2.8.2)
jwt (2.10.1)
base64
parallel (1.24.0)
parser (3.3.0.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/workos/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WorkOS
VERSION = '5.10.0'
VERSION = '5.11.0'
end

0 comments on commit 7b22b63

Please sign in to comment.