We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02434ca commit fc1554aCopy full SHA for fc1554a
core.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
var (
21
- version = "5.44.1"
+ version = "5.45.0"
22
build = "Custom"
23
codename = "V2Fly, a community-driven edition of V2Ray."
24
intro = "A unified platform for anti-censorship."
go.mod
@@ -2,7 +2,7 @@ module github.com/v2fly/v2ray-core/v5
2
3
go 1.24.0
4
5
-toolchain go1.25.6
+toolchain go1.26.0
6
7
require (
8
github.com/adrg/xdg v0.5.3
0 commit comments