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