aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/lib/action_text/version.rb
blob: ed72859fa4e3540e9d2e2497e592005c77c6da8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require_relative "gem_version"

module ActionText
  # Returns the currently-loaded version of Action Text as a <tt>Gem::Version</tt>.
  def self.version
    gem_version
  end
end