From 86e07d6b8c890419a8b33b0ac483f72ec9c230d6 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 7 Sep 2023 08:50:33 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B02.2.2?= 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 8b911970..b2e602ff 100755 --- a/server/settings.py +++ b/server/settings.py @@ -65,7 +65,7 @@ DEBUG = conf.DEBUG ALLOWED_HOSTS = ['*'] SYS_NAME = 'XT_EHS' -SYS_VERSION = '2.2.1' +SYS_VERSION = '2.2.2' # Application definition