lib/sensu-plugins-opsgenie/version.rb in sensu-plugins-opsgenie-1.0.0 vs lib/sensu-plugins-opsgenie/version.rb in sensu-plugins-opsgenie-2.0.0
- old
+ new
@@ -2,10 +2,10 @@
# encoding: utf-8
module SensuPluginsOpsgenie
# This defines the version of the gem
module Version
- MAJOR = 1
+ MAJOR = 2
MINOR = 0
PATCH = 0
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')