# frozen_string_literal: truemoduleActionText# Returns the currently-loaded version of Action Text as a <tt>Gem::Version</tt>.defself.gem_versionGem::Version.newVERSION::STRINGendmoduleVERSIONMAJOR=6MINOR=0TINY=0PRE="beta1"STRING=[MAJOR,MINOR,TINY,PRE].compact.join(".")endend