1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-05 00:47:51 -05:00
v2fly/proxy/vmess/encoding/const.go

6 lines
47 B
Go
Raw Normal View History

2016-07-23 07:17:51 -04:00
package encoding
2016-02-25 15:50:38 -05:00
const (
Version = byte(1)
)