From 2ba7b00ec10295f21fd7faa174d2c2bd58171b3f Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 13 Dec 2023 16:36:10 +0800 Subject: [PATCH] :bookmark: Release v2.11.2 --- kernel/util/working.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/util/working.go b/kernel/util/working.go index 28048705a..6a978e2ea 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -43,7 +43,7 @@ import ( var Mode = "prod" const ( - Ver = "2.11.1" + Ver = "2.11.2" IsInsider = false )