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

- old
+ new

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