lib/dry/configurable/version.rb



# frozen_string_literal: true

module Dry
  module Configurable
    # @api public
    VERSION = "1.3.0"
  end
end