From 4963e1da2c001b0eac147482884b9630f9963654 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 30 Apr 2026 10:24:12 -0400 Subject: Change enterprise server version from string to VersionInfo struct --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 1dd3bc0f..6cd7eaf2 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -22532,7 +22532,7 @@ namespace BinaryNinja::Collaboration std::string GetUsername(); std::string GetToken(); int GetServerVersion(); - std::string GetServerBuildVersion(); + VersionInfo GetServerBuildVersion(); std::string GetServerBuildId(); std::vector> GetAuthBackends(); bool HasPulledProjects(); -- cgit v1.3.1