mirror of
https://github.com/2dust/AndroidLibXrayLite.git
synced 2025-06-28 22:29:51 +00:00
up version to 33
This commit is contained in:
parent
22f3e73a78
commit
8ad3e1ddf1
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue