1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 06:16:09 -04:00
v2fly/core.go

9 lines
210 B
Go
Raw Normal View History

2015-09-07 06:00:46 -04:00
// Package core provides common definitions and functionalities of V2Ray.
package core
2015-09-16 10:05:59 -04:00
const (
Version = "0.6"
2015-09-18 05:59:36 -04:00
Codename = "Post Apocalypse"
2015-09-18 08:59:02 -04:00
Intro = "A stable and unbreakable connection for everyone."
2015-09-16 10:05:59 -04:00
)