1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Start preparing for 2.1.0 release.

This commit is contained in:
Andy Brody 2017-04-28 01:12:17 -04:00
parent 326fc0ce0b
commit 2df0732ecc
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# unreleased
# 2.0.2
- Suppress the header override warning introduced in 2.0.1 if the value is the

View file

@ -1,5 +1,5 @@
module RestClient
VERSION_INFO = [2, 0, 2] unless defined?(self::VERSION_INFO)
VERSION_INFO = [2, 1, 0, 'rc1'] unless defined?(self::VERSION_INFO)
VERSION = VERSION_INFO.map(&:to_s).join('.') unless defined?(self::VERSION)
def self.version