lib/exists/version.rb in exists-1.0.0 vs lib/exists/version.rb in exists-1.0.1

- old
+ new

@@ -1,4 +1,5 @@ +# frozen_string_literal: true + module Exists - VERSION = "1.0.0".freeze + VERSION = "1.0.1" end -