binja: bump Binary Ninja version to 3.5

This commit is contained in:
Xusheng
2023-09-20 20:56:20 +08:00
parent 3a5c8ec3b8
commit 59d03b3ba3
+1 -1
View File
@@ -69,4 +69,4 @@ def test_standalone_binja_backend():
@pytest.mark.skipif(binja_present is False, reason="Skip binja tests if the binaryninja Python API is not installed")
def test_binja_version():
version = binaryninja.core_version_info()
assert version.major == 3 and version.minor == 4
assert version.major == 3 and version.minor == 5