Skip to content

Commit 7b22b63

Browse files
authored
v5.11.0 (#344)
1 parent 1e8e6a5 commit 7b22b63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
workos (5.10.0)
4+
workos (5.11.0)
55
encryptor (~> 3.0)
66
jwt (~> 2.8)
77

@@ -19,7 +19,7 @@ GEM
1919
diff-lcs (1.5.1)
2020
encryptor (3.0.0)
2121
hashdiff (1.1.0)
22-
jwt (2.8.2)
22+
jwt (2.10.1)
2323
base64
2424
parallel (1.24.0)
2525
parser (3.3.0.5)

lib/workos/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WorkOS
4-
VERSION = '5.10.0'
4+
VERSION = '5.11.0'
55
end

0 commit comments

Comments
 (0)