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

- old
+ new

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