lib/alchemy/version.rb in alchemy_cms-7.0.0.pre.b vs lib/alchemy/version.rb in alchemy_cms-7.0.0.pre.c

- old
+ new

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