# encoding: utf-8

module Hexx

  module RSpec

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

  end # module RSpec

end # module Hexx