lib/io/event/version.rb



# frozen_string_literal: true

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

class IO
	module Event
		VERSION = "1.7.2"
	end
end