lib/dry/core/version.rb



# frozen_string_literal: true

module Dry
  module Core
    VERSION = "0.9.0"
  end
end