From 54ced0a94fa26a03082472406365e0591c6c8958 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 22 Jun 2022 17:11:42 +0800 Subject: [PATCH] :bookmark: Release v2.0.23 --- 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 d21b61c38..065b274d1 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -39,7 +39,7 @@ import ( var Mode = "prod" const ( - Ver = "2.0.22" + Ver = "2.0.23" IsInsider = false )