update binja core version (#2670)

* update binja core version

* update CHANGELOG
This commit is contained in:
Mike Hunhoff
2025-05-30 10:52:56 -06:00
committed by GitHub
parent 9234b33051
commit 96d1eb64c3
2 changed files with 2 additions and 1 deletions

View File

@@ -70,4 +70,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 == 4 and version.minor == 2
assert version.major == 5 and version.minor == 0