From 4d34e3fa51fa986e3b78fdd2e74afb900776c300 Mon Sep 17 00:00:00 2001 From: Loren Eteval Date: Sat, 3 Feb 2024 00:15:04 +0800 Subject: [PATCH] Update version to 1.8.6 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 d95b00b..53d4ab9 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def getXrayCoreVersion(): - return '1.8.5' + return '1.8.6' def runCommand(command): diff --git a/src/xray.cpp b/src/xray.cpp index 0d8ced1..fcdbda7 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.5"; + m.attr("__version__") = "1.8.6"; } }