From ee8c735b6b5f190735ed26a0c544d6074cead67e Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Tue, 21 Jan 2020 16:26:13 +0100 Subject: [PATCH] Update Garmin Client version. --- grmn/updateserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grmn/updateserver.py b/grmn/updateserver.py index 01ac8d5..0827263 100644 --- a/grmn/updateserver.py +++ b/grmn/updateserver.py @@ -13,7 +13,7 @@ import requests PROTO_API_GETALLUNITSOFTWAREUPDATES_URL = "http://omt.garmin.com/Rce/ProtobufApi/SoftwareUpdateService/GetAllUnitSoftwareUpdates" WEBUPDATER_SOFTWAREUPDATE_URL = "https://www.garmin.com/support/WUSoftwareUpdate.jsp" -GRMN_CLIENT_VERSION = "6.17.0.0" +GRMN_CLIENT_VERSION = "6.19.4.0" class UpdateInfo: def __init__(self):