lib/sensu-plugins-opsgenie/version.rb in sensu-plugins-opsgenie-4.2.0 vs lib/sensu-plugins-opsgenie/version.rb in sensu-plugins-opsgenie-4.3.0

- old
+ new

@@ -3,10 +3,10 @@ # encoding: utf-8 module SensuPluginsOpsgenie # This defines the version of the gem module Version MAJOR = 4 - MINOR = 2 + MINOR = 3 PATCH = 0 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') NAME = 'sensu-plugins-opsgenie'.freeze