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"