mirror of
https://github.com/jpillora/chisel
synced 2026-06-08 15:07:02 +00:00
10 lines
221 B
Go
10 lines
221 B
Go
package chshare
|
|
|
|
//ProtocolVersion of chisel. When backwards
|
|
//incompatible changes are made, this will
|
|
//be incremented to signify a protocol
|
|
//mismatch.
|
|
var ProtocolVersion = "chisel-v3"
|
|
|
|
var BuildVersion = "0.0.0-src"
|