1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-13 08:58:35 +03:00

Updated version

This commit is contained in:
Adolfo Gómez García 2023-12-15 02:55:18 +01:00
parent 0b4656e21c
commit fcf6e31486
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -37,8 +37,8 @@ import collections.abc
from django.conf import settings
# UDS Version related
VERSION = '4.x.x-DEVEL'
VERSION_STAMP = f'{time.strftime("%Y%m%d")}-DEVEL'
VERSION = '4.0.0'
VERSION_STAMP = f'{time.strftime("%Y%m%d")}'
# Minimal uds client version required to connect to this server
REQUIRED_CLIENT_VERSION = '3.6.0'