Codebase list chisel / e055f8e share / version.go
e055f8e

Tree @e055f8e (Download .tar.gz)

version.go @e055f8eraw · history · blame

1
2
3
4
5
6
7
8
9
package chshare

//ProtocolVersion of chisel. When backwards
//incompatible changes are made, this will
//be incremented to signify a protocol
//mismatch.
const ProtocolVersion = "chisel-v3"

var BuildVersion = "0.0.0-src"