From 28be8937422e98da90363a1354071424f0f1faec Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 30 Dec 2021 23:39:42 +0800 Subject: [PATCH] fix somebug v0.9.15 --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index 2845b90d..4b9fa79b 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.9.14" +const VERSION = "0.9.15" // DOMAIN 许可域(废弃) const DOMAIN = "*.iqka.com"