lib/sensu-plugins-sensu/version.rb in sensu-plugins-sensu-2.4.1 vs lib/sensu-plugins-sensu/version.rb in sensu-plugins-sensu-2.5.0

- old
+ new

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