mirror of
https://github.com/puppetlabs/vmpooler-provider-vsphere.git
synced 2026-01-26 03:18:41 -05:00
VMPooler 2.0.0 was the first release without the code contained in this respository.
5 lines
86 B
Ruby
5 lines
86 B
Ruby
# frozen_string_literal: true
|
|
|
|
module VmpoolerProviderVsphere
|
|
VERSION = '1.4.0'
|
|
end
|