lib/sensu-plugins-sensu/version.rb in sensu-plugins-sensu-4.1.0 vs lib/sensu-plugins-sensu/version.rb in sensu-plugins-sensu-4.2.0

- old
+ new

@@ -2,10 +2,10 @@ module SensuPluginsSensu # This defines the version of the gem module Version MAJOR = 4 - MINOR = 1 + MINOR = 2 PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end