mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-26 03:18:41 -05:00
5 lines
82 B
Ruby
5 lines
82 B
Ruby
# frozen_string_literal: true
|
|
|
|
module VmpoolerProviderGce
|
|
VERSION = '1.0.0'
|
|
end
|