Method: EasyPost::InternalUtilities::System.lib_version

Defined in:
lib/easypost/utilities/system.rb

.lib_versionObject



33
34
35
# File 'lib/easypost/utilities/system.rb', line 33

def self.lib_version
  File.open(File.expand_path('../../VERSION', __dir__)).read.strip
end