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

require_relative "gem_version"

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