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