From 6cb73059b921183ea79bde303590c59c8c6d489f Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 12 Jun 2023 20:42:20 +0800 Subject: [PATCH] v0.10.4 --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index 18013175..92124d76 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.10.3" +const VERSION = "0.10.4" // PRVERSION PreRelease Version const PRVERSION = "DEV"