lib/alchemy/version.rb in alchemy_cms-4.2.0 vs lib/alchemy/version.rb in alchemy_cms-4.2.1

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true module Alchemy - VERSION = "4.2.0" + VERSION = "4.2.1" def self.version VERSION end end