Skip to content

Commit 893a353

Browse files
authored
Merge pull request #33 from Flagsmith/chore/bump-version
chore: bump version to 3.2.0
2 parents 2163c63 + 2b05667 commit 893a353

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
flagsmith (3.1.1)
4+
flagsmith (3.2.0)
55
faraday
66
faraday-retry
77
faraday_middleware
@@ -13,7 +13,7 @@ GEM
1313
ast (2.4.2)
1414
coderay (1.1.3)
1515
diff-lcs (1.4.4)
16-
faraday (1.10.0)
16+
faraday (1.10.3)
1717
faraday-em_http (~> 1.0)
1818
faraday-em_synchrony (~> 1.0)
1919
faraday-excon (~> 1.1)
@@ -42,7 +42,7 @@ GEM
4242
json (2.6.3)
4343
language_server-protocol (3.17.0.3)
4444
method_source (1.0.0)
45-
multipart-post (2.2.3)
45+
multipart-post (2.3.0)
4646
parallel (1.23.0)
4747
parser (3.2.2.3)
4848
ast (~> 2.4.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 = '3.1.1'
4+
VERSION = '3.2.0'
55
end

0 commit comments

Comments
 (0)