lib/sensu-plugins-opsgenie/version.rb in sensu-plugins-opsgenie-4.1.0 vs lib/sensu-plugins-opsgenie/version.rb in sensu-plugins-opsgenie-4.1.1
- old
+ new
@@ -4,10 +4,10 @@
module SensuPluginsOpsgenie
# This defines the version of the gem
module Version
MAJOR = 4
MINOR = 1
- PATCH = 0
+ PATCH = 1
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
NAME = 'sensu-plugins-opsgenie'.freeze
BANNER = "#{NAME} v%s".freeze