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

- old
+ new

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