Files
2022-10-31 15:54:57 +11:00

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"