# 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=1TINY=0PRE="alpha"STRING=[MAJOR,MINOR,TINY,PRE].compact.join(".")endend