lib/sensu-plugins-aws/version.rb in sensu-plugins-aws-2.0.0 vs lib/sensu-plugins-aws/version.rb in sensu-plugins-aws-2.0.1

- old
+ new

@@ -1,13 +1,8 @@ -require 'json' - -# encoding: utf-8 module SensuPluginsAWS - # This defines the version of the gem module Version MAJOR = 2 MINOR = 0 - PATCH = 0 - + PATCH = 1 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end