From 8ad3e1ddf165d8d67e488346b2faa9153d3e33a4 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:51:23 +0800 Subject: [PATCH] up version to 33 --- libv2ray_main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libv2ray_main.go b/libv2ray_main.go index a5f0c6d..1c297fb 100644 --- a/libv2ray_main.go +++ b/libv2ray_main.go @@ -190,7 +190,7 @@ func MeasureOutboundDelay(ConfigureFileContent string, url string) (int64, error // CheckVersionX returns the library and Xray versions func CheckVersionX() string { - var version = 32 + var version = 33 return fmt.Sprintf("Lib v%d, Xray-core v%s", version, core.Version()) }