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