Version flag

This commit is contained in:
V2Ray
2015-09-18 11:59:36 +02:00
parent a2f32f46dd
commit c504144792
2 changed files with 11 additions and 1 deletions

View File

@@ -2,5 +2,7 @@
package core
const (
Version = "0.1"
Version = "0.1"
Codename = "Post Apocalypse"
Intro = "A stable and unbreakable connection for every one."
)