lib/sanford-protocol.rb in sanford-protocol-0.5.6 vs lib/sanford-protocol.rb in sanford-protocol-0.6.0

- old
+ new

@@ -12,10 +12,10 @@ # incremented. This is used by clients and servers to ensure they are # working under the same assumptions. In addition to incrementing this, the # README needs to be updated to display the current version and needs to # describe everything in this file. - VERSION = 1 + VERSION = 2 # The message version is the 1B encoding of the `VERSION` above. It is # encoded using Array#pack 'C' (8-bit unsigned integer). The max value it # can encode is 255 (`(2 ** 8) - 1`).