mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
5 lines
72 B
Ruby
5 lines
72 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Vmpooler
|
|
VERSION = '0.15.0'
|
|
end
|