mirror of https://github.com/v2ray/v2ray-core
update version and code name
parent
3baa1f5bc5
commit
dc86eb76da
6
core.go
6
core.go
|
@ -8,10 +8,10 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
version = "1.2"
|
version = "1.3"
|
||||||
build = "Custom"
|
build = "Custom"
|
||||||
codename = "Post Apocalypse"
|
codename = "New Order"
|
||||||
intro = "A stable and unbreakable connection for everyone."
|
intro = "An unified platform for anti-censorship."
|
||||||
)
|
)
|
||||||
|
|
||||||
func Version() string {
|
func Version() string {
|
||||||
|
|
Loading…
Reference in New Issue