From 7892e0f4be538607ccba829c746e28503a5714f4 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 31 Oct 2023 10:29:10 +0800 Subject: [PATCH] :bookmark: Release v2.10.13 --- 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 7b83838cf40..eaeee5b5dd9 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -42,7 +42,7 @@ import ( var Mode = "prod" const ( - Ver = "2.10.12" + Ver = "2.10.13" IsInsider = false )