1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00:00
v2fly/core.go

9 lines
211 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-18 12:35:50 +00:00
Version = "0.3"
2015-09-18 09:59:36 +00:00
Codename = "Post Apocalypse"
Intro = "A stable and unbreakable connection for every one."
2015-09-16 14:05:59 +00:00
)