lib/alchemy/version.rb in alchemy_cms-4.0.2 vs lib/alchemy/version.rb in alchemy_cms-4.0.3

- old
+ new

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