Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ab committed Aug 21, 2019
1 parent 223f6ea commit cf3e5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.1.0.rc1
# 2.1.0

- Add a dependency on http-accept for parsing Content-Type charset headers.
This works around a bad memory leak introduced in MRI Ruby 2.4.0 and fixed in
Expand Down
2 changes: 1 addition & 1 deletion lib/restclient/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RestClient
VERSION_INFO = [2, 1, 0, 'rc1'].freeze
VERSION_INFO = [2, 1, 0].freeze
VERSION = VERSION_INFO.map(&:to_s).join('.').freeze

def self.version
Expand Down

0 comments on commit cf3e5a1

Please sign in to comment.