Method: Proxmox.version

Defined in:
lib/proxmox-client.rb

.versionObject



9
10
11
# File 'lib/proxmox-client.rb', line 9

def version
  @version ||= File.read(File.expand_path('../VERSION', __dir__)).strip
end