1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/lib/restclient/version.rb
2014-07-12 19:13:21 -07:00

7 lines
115 B
Ruby

module RestClient
VERSION = '1.7.2.rc1' unless defined?(self::VERSION)
def self.version
VERSION
end
end