lib/dry/schema/version.rb



# frozen_string_literal: true

module Dry
  module Schema
    VERSION = '1.3.1'
  end
end