# frozen_string_literal: true

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

# @namespace
module Protocol
	# @namespace
	module HTTP2
		VERSION = "0.23.0"
	end
end
