module Datadog module VERSION MAJOR = 0 MINOR = 5 PATCH = 0 STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end