lib/sensu-plugins-aws/version.rb in sensu-plugins-aws-0.0.3 vs lib/sensu-plugins-aws/version.rb in sensu-plugins-aws-0.0.4

- old
+ new

@@ -4,10 +4,10 @@ module SensuPluginsAWS # This defines the version of the gem module Version MAJOR = 0 MINOR = 0 - PATCH = 3 + PATCH = 4 VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end