2015-09-07 12:00:46 +02:00
|
|
|
// Package core provides common definitions and functionalities of V2Ray.
|
|
|
|
|
package core
|
2015-09-16 16:05:59 +02:00
|
|
|
|
|
|
|
|
const (
|
2015-09-22 17:19:28 +02:00
|
|
|
Version = "0.6"
|
2015-09-18 11:59:36 +02:00
|
|
|
Codename = "Post Apocalypse"
|
2015-09-18 14:59:02 +02:00
|
|
|
Intro = "A stable and unbreakable connection for everyone."
|
2015-09-16 16:05:59 +02:00
|
|
|
)
|