feat(BRIDGE-309): Update to the bridge updater logic corresponding to the version file restructure

This commit is contained in:
Atanas Janeshliev
2025-01-21 12:34:04 +01:00
parent d711d9f562
commit da0f51ce5f
26 changed files with 2291 additions and 127 deletions

View File

@ -31,7 +31,7 @@ import (
)
type versionInfo struct {
updater.VersionInfo
updater.VersionInfoLegacy
Commit string
}