lib/sensu-plugins-sensu/version.rb in sensu-plugins-sensu-3.0.0 vs lib/sensu-plugins-sensu/version.rb in sensu-plugins-sensu-4.0.0
- old
+ new
@@ -1,8 +1,10 @@
+# frozen_string_literal: true
+
module SensuPluginsSensu
# This defines the version of the gem
module Version
- MAJOR = 3
+ MAJOR = 4
MINOR = 0
PATCH = 0
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end