lib/require_smasher/version.rb in require_smasher-0.4.1 vs lib/require_smasher/version.rb in require_smasher-1.0.0

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module RequireSmasher - VERSION = '0.4.1'.freeze + VERSION = '1.0.0' end