mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
5 lines
71 B
Ruby
5 lines
71 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Vmpooler
|
|
VERSION = '3.6.0'
|
|
end
|