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

Version 2.0.0.rc4

This commit is contained in:
Andy Brody 2016-06-19 13:24:47 -04:00
parent ac388df8b9
commit 75f499aab5

View file

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