lib/maid/version.rb in maid-0.10.0.pre.alpha.1 vs lib/maid/version.rb in maid-0.10.0.pre.alpha.2

- old
+ new

@@ -1,4 +1,7 @@ +# frozen_string_literal: true + module Maid - VERSION = '0.10.0-alpha.1'.freeze - SUMMARY = 'Be lazy. Let Maid clean up after you, based on rules you define. Think of it as "Hazel for hackers".'.freeze + VERSION = '0.10.0-alpha.2' + SUMMARY = 'Be lazy. Let Maid clean up after you, based on rules you define. ' \ + 'Think of it as "Hazel for hackers".' end