1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-26 11:44:22 -04:00
v2fly/core.go

7 lines
115 B
Go
Raw Normal View History

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