lib/async/container/supervisor/version.rb



# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2025, by Samuel Williams.

module Async
	module Container
		module Supervisor
			VERSION = "0.5.2"
		end
	end
end