From 89c2157fea883bdcb64b9c50a69764eb41c38d01 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 20 Jan 2022 11:18:34 +0800 Subject: [PATCH] v0.9.34 --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index 5bf5cb72..1c45d8fe 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.9.33" +const VERSION = "0.9.34" // DOMAIN 许可域(废弃) const DOMAIN = "*.iqka.com"