From 3925f4667b8a0596c9f92a900cfbb2d3c68030fc Mon Sep 17 00:00:00 2001 From: kem wan Date: Sat, 9 Dec 2023 00:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bricks/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/state.py b/bricks/state.py index 98cf2a9..1a6a4e7 100644 --- a/bricks/state.py +++ b/bricks/state.py @@ -19,7 +19,7 @@ MACHINE_ID = hashlib.sha256(uuid.UUID(int=uuid.getnode()).hex[-12:].encode()).hexdigest() # 当前框架版本 -VERSION = "0.0.6.13" +VERSION = "0.0.6.14" # 全局变量 G = variable.VariableG()