From ec00650674741b869daf262b49f5637687afcf8a Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Wed, 3 Apr 2019 21:27:13 +0300 Subject: [PATCH] gfe: update BE version --- tools/nv-driver-locator/gfe_get_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nv-driver-locator/gfe_get_driver.py b/tools/nv-driver-locator/gfe_get_driver.py index b6b7591..f25b919 100755 --- a/tools/nv-driver-locator/gfe_get_driver.py +++ b/tools/nv-driver-locator/gfe_get_driver.py @@ -6,7 +6,7 @@ import json import posixpath import codecs -USER_AGENT = 'NvBackend/34.0.0.0' +USER_AGENT = 'NvBackend/36.0.0.0' def serialize_req(obj):