lib/async/io/version.rb



# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2017-2024, by Samuel Williams.

module Async
	module IO
		VERSION = "1.43.2"
	end
end