lib/stashify/aws/s3/version.rb in stashify-aws-s3-1.0.0 vs lib/stashify/aws/s3/version.rb in stashify-aws-s3-1.1.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Stashify module AWS module S3 - VERSION = "1.0.0" + VERSION = "1.1.0" end end end