1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 15:36:41 -05:00
v2fly/core.go

9 lines
210 B
Go

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