lib/cloudally/version.rb in cloudally-0.1.0 vs lib/cloudally/version.rb in cloudally-0.1.1

- old
+ new

@@ -1,4 +1,5 @@ -# frozen_string_literal: true -module CloudAlly - VERSION = '0.1.0' -end +# frozen_string_literal: true + +module CloudAlly + VERSION = '0.1.1' +end