1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-17 02:59:14 -04:00
Files
v2fly/proxy/vmess/encoding/const.go

6 lines
47 B
Go
Raw Normal View History

2016-07-23 13:17:51 +02:00
package encoding
2016-02-25 21:50:38 +01:00
const (
Version = byte(1)
)