1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-15 08:46:34 -05:00
v2fly/core.go
2015-09-18 11:59:36 +02:00

9 lines
211 B
Go

// Package core provides common definitions and functionalities of V2Ray.
package core
const (
Version = "0.1"
Codename = "Post Apocalypse"
Intro = "A stable and unbreakable connection for every one."
)