# frozen_string_literal: true module Dry class Container # @api public VERSION = "0.9.0".freeze end end