From 6830d8db4e5fb021adee80e4bfeea592add3bbb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Fri, 15 Dec 2017 11:16:22 +0100 Subject: [PATCH] Fixed Client plugin version --- client/full/src/uds/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/full/src/uds/__init__.py b/client/full/src/uds/__init__.py index 9bd5cf4f..e1a4e4eb 100644 --- a/client/full/src/uds/__init__.py +++ b/client/full/src/uds/__init__.py @@ -34,7 +34,7 @@ from __future__ import unicode_literals # On centos, old six release does not includes byte2int, nor six.PY2 import six -VERSION = '2.5.0' +VERSION = '2.2.0' __title__ = 'udclient' __version__ = VERSION