lib/thor/aws/version.rb in thor-aws-0.0.4 vs lib/thor/aws/version.rb in thor-aws-0.0.5

- old
+ new

@@ -1,3 +1,5 @@ -module Thor::Aws - VERSION = "0.0.4" +class Thor + module Aws + VERSION = "0.0.5" + end end