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