lib/sensu-plugins-haproxy/version.rb in sensu-plugins-haproxy-1.4.0 vs lib/sensu-plugins-haproxy/version.rb in sensu-plugins-haproxy-2.0.0
- old
+ new
@@ -1,8 +1,10 @@
+# frozen_string_literal: true
+
module SensuPluginsHAProxy
module Version
- MAJOR = 1
- MINOR = 4
+ MAJOR = 2
+ MINOR = 0
PATCH = 0
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
end