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"; } }