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