vmpooler-provider-vsphere/lib/vmpooler-vsphere-provider/version.rb
Gene Liverman a08cba099f
Initial commit migrating from VMPooler proper
This copies in all needed files from the main VMPooler repo. Version
1.3.0 of VMPooler was used as the basis for this code.
2021-11-29 16:03:09 -05:00

5 lines
86 B
Ruby

# frozen_string_literal: true
module VmpoolerVsphereProvider
VERSION = '1.3.0'
end