Method: Feather.version

Defined in:
lib/feather.rb

.versionObject

Returns the current library version



10
11
12
13
14
# File 'lib/feather.rb', line 10

def self.version
  @version ||= File.readlines(
    File.expand_path('../VERSION', File.dirname(__FILE__))
).first.chomp
end