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