mirror of
https://github.com/jpillora/chisel
synced 2026-06-08 15:07:02 +00:00
8 lines
180 B
Go
8 lines
180 B
Go
package chisel
|
|
|
|
//Chisel protocol version. When backwards
|
|
//incompatible changes are made, this will
|
|
//be incremented to signify a protocol
|
|
//mismatch.
|
|
const ProtocolVersion = "1"
|