# encoding: utf-8

class AbstractMapper

  # The semantic version of the module.
  # @see http://semver.org/ Semantic versioning 2.0
  VERSION = "0.1.0".freeze

end # class AbstractMapper