From 1eea668d02a65ec21f6295732965e6ef431f50ce Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 13 Sep 2022 11:45:24 +0800 Subject: [PATCH] [change] version -> 0.10.2 --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index 6788904c..5ad7cde9 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.10.1" +const VERSION = "0.10.2" // PRVERSION PreRelease Version const PRVERSION = "DEV"