lib/dry/core/version.rb



# frozen_string_literal: true

module Dry
  module Core
    VERSION = "0.9.1"
  end
end