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