From b4e75ef9995500049f90a2569eee07c1b3505c21 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 10 Feb 2025 15:57:20 -0500 Subject: Add API to get remote server build version --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 45f797ca..ac7cbea9 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -19650,6 +19650,7 @@ namespace BinaryNinja::Collaboration std::string GetUsername(); std::string GetToken(); int GetServerVersion(); + std::string GetServerBuildVersion(); std::string GetServerBuildId(); std::vector> GetAuthBackends(); bool HasPulledProjects(); -- cgit v1.3.1