lib/protocol/hpack/version.rb in protocol-hpack-1.4.1 vs lib/protocol/hpack/version.rb in protocol-hpack-1.4.2
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
# Copyright, 2018, by Samuel G. D. Williams. <http://www.codeotaku.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
@@ -18,8 +20,8 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
module Protocol
module HPACK
- VERSION = "1.4.1"
+ VERSION = "1.4.2"
end
end