lib/sensu-plugins-http/version.rb in sensu-plugins-http-2.8.0 vs lib/sensu-plugins-http/version.rb in sensu-plugins-http-2.8.1
- old
+ new
@@ -1,9 +1,11 @@
+# frozen_string_literal: true
+
module SensuPluginsHttp
module Version
MAJOR = 2
MINOR = 8
- PATCH = 0
+ PATCH = 1
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
end