From 599c446ecad3d3d6ce45ba2e54c75a825ea70835 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 10 Jan 2022 19:54:00 +0800 Subject: [PATCH] =?UTF-8?q?v0.9.25=20+HTML=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index e3067484..95038d77 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.9.24" +const VERSION = "0.9.25" // DOMAIN 许可域(废弃) const DOMAIN = "*.iqka.com"