Skip to content

Commit 68b796b

Browse files
authored
Merge pull request #59 from Flagsmith/chore/bump-4.1.0
chore: Bump version to 4.1.0
2 parents 58ba907 + 7afb44f commit 68b796b

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-
flagsmith (4.0.1)
4+
flagsmith (4.1.0)
55
faraday (>= 2.0.1)
66
faraday-retry
77
semantic
@@ -17,7 +17,7 @@ GEM
1717
faraday-net_http (>= 2.0, < 3.2)
1818
faraday-net_http (3.1.0)
1919
net-http
20-
faraday-retry (2.2.0)
20+
faraday-retry (2.2.1)
2121
faraday (~> 2.0)
2222
gem-release (2.2.2)
2323
json (2.7.1)

lib/flagsmith/version.rb

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

33
module Flagsmith
4-
VERSION = '4.0.1'
4+
VERSION = '4.1.0'
55
end

0 commit comments

Comments
 (0)