lib/dry/core/version.rb



# frozen_string_literal: true

module Dry
  module Core
    VERSION = "0.6.0".freeze
  end
end