vmpooler-provider-vsphere/lib/vmpooler-provider-vsphere/version.rb
Gene Liverman b1b0abb6c2
Require VMPooler 2.0 or greater
VMPooler 2.0.0 was the first release without the code contained in this
respository.
2021-12-08 10:03:18 -05:00

5 lines
86 B
Ruby

# frozen_string_literal: true
module VmpoolerProviderVsphere
VERSION = '1.4.0'
end