lib/async/version.rb



# frozen_string_literal: true

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

module Async
	VERSION = "2.3.1"
end