From 462ae9810bf5f01567593e6b92c4827d806f25ab Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 24 Jan 2022 15:58:21 +0800 Subject: [PATCH] v0.9.2 --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index 3c7809d9..c450fb1d 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.9.1" +const VERSION = "0.9.2" // DOMAIN 许可域(废弃) const DOMAIN = "*.iqka.com"