lib/dry/core/version.rb



# frozen_string_literal: true

module Dry
  module Core
    VERSION = '0.4.10'.freeze
  end
end