From 14869ed275f746a766782035b80480efba6173c4 Mon Sep 17 00:00:00 2001 From: Loren Eteval Date: Tue, 28 May 2024 09:02:42 +0800 Subject: [PATCH] Update version to 1.8.13 Signed-off-by: Loren Eteval --- setup.py | 2 +- src/xray.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1e9c69b..2e7c4f5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def getXrayCoreVersion(): - return '1.8.11' + return '1.8.13' def runCommand(command): diff --git a/src/xray.cpp b/src/xray.cpp index 70571b8..6e1decf 100644 --- a/src/xray.cpp +++ b/src/xray.cpp @@ -48,6 +48,6 @@ namespace { "Start Xray client with JSON string", py::arg("json")); - m.attr("__version__") = "1.8.11"; + m.attr("__version__") = "1.8.13"; } }