lib/io/endpoint/version.rb



# frozen_string_literal: true

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

class IO
	module Endpoint
		VERSION = "0.15.1"
	end
end