vmpooler-dns-gcp/lib/vmpooler/dns/google/clouddns/version.rb
2023-04-17 09:55:55 -04:00

11 lines
154 B
Ruby

# frozen_string_literal: true
module Vmpooler
module Dns
module Google
module Clouddns
VERSION = "0.1.0"
end
end
end
end