spree/spree_related_products

View on GitHub
lib/spree_related_products/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SpreeRelatedProducts
  VERSION = '3.4.0'.freeze

  module_function

  # Returns the version of the currently loaded SpreeRelatedProducts as a
  # <tt>Gem::Version</tt>.
  def version
    Gem::Version.new VERSION
  end
end