From 1ef6826776998270fc4284fa154e33a0c1ff0505 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 5 Dec 2023 08:54:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20=E4=BF=AE=E6=94=B9=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/settings.py b/server/settings.py index c0929740..0aed35ec 100755 --- a/server/settings.py +++ b/server/settings.py @@ -70,7 +70,7 @@ DEBUG = conf.DEBUG ALLOWED_HOSTS = ['*'] SYS_NAME = 'XT_EHS' -SYS_VERSION = '2.2.2' +SYS_VERSION = '2.3.0' # Application definition