1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-13 19:30:43 +00:00

update version and code name

This commit is contained in:
v2ray 2016-01-01 23:48:20 +01:00
parent 3baa1f5bc5
commit dc86eb76da

View File

@ -8,10 +8,10 @@ import (
)
var (
version = "1.2"
version = "1.3"
build = "Custom"
codename = "Post Apocalypse"
intro = "A stable and unbreakable connection for everyone."
codename = "New Order"
intro = "An unified platform for anti-censorship."
)
func Version() string {