We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58ba907 + 7afb44f commit 68b796bCopy full SHA for 68b796b
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- flagsmith (4.0.1)
+ flagsmith (4.1.0)
5
faraday (>= 2.0.1)
6
faraday-retry
7
semantic
@@ -17,7 +17,7 @@ GEM
17
faraday-net_http (>= 2.0, < 3.2)
18
faraday-net_http (3.1.0)
19
net-http
20
- faraday-retry (2.2.0)
+ faraday-retry (2.2.1)
21
faraday (~> 2.0)
22
gem-release (2.2.2)
23
json (2.7.1)
lib/flagsmith/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Flagsmith
- VERSION = '4.0.1'
+ VERSION = '4.1.0'
end
0 commit comments