Version 2.1.0

This commit is contained in:
Andy Brody 2019-08-21 18:50:21 -04:00 committed by Andy Brody
parent 223f6ead5e
commit cf3e5a115b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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