Skip to content

Commit

Permalink
Update version to 1.8.11
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
  • Loading branch information
LorenEteval committed Apr 29, 2024
1 parent 33a262b commit 1db2970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


def getXrayCoreVersion():
return '1.8.10'
return '1.8.11'


def runCommand(command):
Expand Down
2 changes: 1 addition & 1 deletion src/xray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ namespace {
"Start Xray client with JSON string",
py::arg("json"));

m.attr("__version__") = "1.8.10";
m.attr("__version__") = "1.8.11";
}
}

0 comments on commit 1db2970

Please sign in to comment.