From 30e57d6580bc840c154c3f544b5ceb6d0056da23 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 4 Nov 2021 09:57:35 +0800 Subject: [PATCH] v0.9.1 + new ui --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index 64c822fd..e698bb40 100644 --- a/share/const.go +++ b/share/const.go @@ -5,7 +5,7 @@ import ( ) // VERSION 版本号 -const VERSION = "0.9.0" +const VERSION = "0.9.1" // DOMAIN 许可域 const DOMAIN = "*.iqka.com"