lib/protocol/http2/version.rb



# frozen_string_literal: true

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

module Protocol
	module HTTP2
		VERSION = "0.19.0"
	end
end