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

Switch to 2.0 version line.

This commit is contained in:
Andy Brody 2014-11-25 18:19:57 -05:00
parent 9c3c296c1b
commit 0bc47d8679

View file

@ -1,5 +1,5 @@
module RestClient
VERSION = '1.7.2' unless defined?(self::VERSION)
VERSION = '2.0.0.alpha' unless defined?(self::VERSION)
def self.version
VERSION