1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-12 19:00:43 +00:00
v2fly/core.go
2015-09-18 14:40:15 +02:00

9 lines
211 B
Go

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