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