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