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

- old
+ new

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