1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-08 21:18:00 +03:00

Fixed downloads to point to 2.0 clients

This commit is contained in:
Adolfo Gómez García 2016-02-19 09:58:15 +01:00
parent 2654036fd2
commit 6587d9ba2c

View File

@ -51,7 +51,7 @@ import logging
logger = logging.getLogger(__name__)
CLIENT_VERSION = '1.9.0'
CLIENT_VERSION = UDS_VERSION
REQUIRED_CLIENT_VERSION = '1.9.0'