Remove hardcoded test version

This commit is contained in:
Marek Roszko 2023-12-13 22:36:18 -05:00
parent b696bbfe8e
commit 140a734589
1 changed files with 1 additions and 2 deletions

View File

@ -194,8 +194,7 @@ void UPDATE_MANAGER::CheckForUpdate()
requestContent.platform = "linux";
requestContent.arch = "";
#endif
// requestContent.current_version = GetMajorMinorPatchVersion();
requestContent.current_version = "7.0.8";
requestContent.current_version = GetMajorMinorPatchVersion();
requestContent.lang = Pgm().GetLanguageTag();
KICAD_SETTINGS* settings = Pgm().GetSettingsManager().GetAppSettings<KICAD_SETTINGS>();