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

Fixed UDS Version download for clients

This commit is contained in:
Adolfo Gómez García 2016-03-19 02:29:06 +01:00
parent 847821c66c
commit c069f51e8d

View File

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