Browse Source

release v4.20.0

https://github.com/v2fly/v2ray-core/commit/8abff5a3cf90a68c85ce737fbbf3dda2486dea14
Kslr 6 years ago
parent
commit
fffa6de47a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core.go

+ 2 - 2
core.go

@@ -17,9 +17,9 @@ import (
 )
 )
 
 
 const (
 const (
-	version  = "4.19.1"
+	version  = "4.20.0"
 	build    = "Custom"
 	build    = "Custom"
-	codename = "Po"
+	codename = "V2Fly, a community-driven edition of V2Ray."
 	intro    = "A unified platform for anti-censorship."
 	intro    = "A unified platform for anti-censorship."
 )
 )