up version to 33

This commit is contained in:
2dust 2025-06-19 13:51:23 +08:00
parent 22f3e73a78
commit 8ad3e1ddf1

View file

@ -190,7 +190,7 @@ func MeasureOutboundDelay(ConfigureFileContent string, url string) (int64, error
// CheckVersionX returns the library and Xray versions // CheckVersionX returns the library and Xray versions
func CheckVersionX() string { func CheckVersionX() string {
var version = 32 var version = 33
return fmt.Sprintf("Lib v%d, Xray-core v%s", version, core.Version()) return fmt.Sprintf("Lib v%d, Xray-core v%s", version, core.Version())
} }