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