Skip to content

Commit

Permalink
Update version to v1.8.24.2 (v25.2.21)
Browse files Browse the repository at this point in the history
Signed-off-by: Loren Eteval <[email protected]>
  • Loading branch information
LorenEteval committed Feb 23, 2025
1 parent 357137c commit 0e3f2da
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.24.1'
return '1.8.24.2'


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.24.1";
m.attr("__version__") = "1.8.24.2";
}
}

0 comments on commit 0e3f2da

Please sign in to comment.