lib/dry/schema/version.rb



# frozen_string_literal: true

module Dry
  module Schema
    VERSION = "1.10.2"
  end
end