lib/protocol/hpack/version.rb



# frozen_string_literal: true

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

module Protocol
	module HPACK
		VERSION = "1.5.1"
	end
end