mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-26 02:58:42 -05:00
5 lines
77 B
Ruby
5 lines
77 B
Ruby
# frozen_string_literal: true
|
|
|
|
module VmpoolerDnsGcp
|
|
VERSION = '1.0.0'
|
|
end
|