mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-13 08:58:35 +03:00
Updated version
This commit is contained in:
parent
0b4656e21c
commit
fcf6e31486
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user