lib/guard/busted/version.rb in guard-busted-0.1.2 vs lib/guard/busted/version.rb in guard-busted-1.0.0

- old
+ new

@@ -1,7 +1,9 @@ # frozen_string_literal: true +# :nocov: module Guard module BustedVersion - VERSION = '0.1.2' + VERSION = '1.0.0' end end +# :nocov: