mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
7 lines
112 B
Ruby
7 lines
112 B
Ruby
module RestClient
|
|
VERSION = '1.6.14' unless defined?(self::VERSION)
|
|
|
|
def self.version
|
|
VERSION
|
|
end
|
|
end
|