Object
Pulls the current version of the library.
Retrieves the version of the library.
N/A
@return version <String> - the version of the library
FileConcat::Version.version
# File lib/file_concat/version.rb, line 22 def self.version File.read('VERSION').strip end