module SensuPluginsMongoDB module Version MAJOR = 2 MINOR = 0 PATCH = 2 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end