From 11da4cea39c541fc56eeca18943951b6e6ed5359 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 22 Aug 2022 16:13:56 +0800 Subject: [PATCH] [add] v0.10.1 release prepare --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index 5d7e5b8f..6788904c 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.10.0" +const VERSION = "0.10.1" // PRVERSION PreRelease Version const PRVERSION = "DEV"