lib/protocol/http2/version.rb in protocol-http2-0.19.1 vs lib/protocol/http2/version.rb in protocol-http2-0.19.2
- old
+ new
@@ -3,8 +3,8 @@
# Released under the MIT License.
# Copyright, 2019-2024, by Samuel Williams.
module Protocol
module HTTP2
- VERSION = "0.19.1"
+ VERSION = "0.19.2"
end
end