v2fly/core.go

7 lines
115 B
Go
Raw Normal View History

2015-09-07 10:00:46 +00:00
// Package core provides common definitions and functionalities of V2Ray.
package core
2015-09-16 14:05:59 +00:00
const (
2015-09-16 15:29:05 +00:00
Version = "0.1"
2015-09-16 14:05:59 +00:00
)