From 5a9d6b21a6634d17e6067aee1d2071e9587fff17 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 29 Oct 2021 01:51:51 +0800 Subject: [PATCH] =?UTF-8?q?v0.9.0=20=E8=A1=A8=E6=A0=BC+=E7=9C=8B=E6=9D=BF+?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E5=8A=9F=E8=83=BD=E5=AE=8C=E6=88=90?= 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 45fac60b..64c822fd 100644 --- a/share/const.go +++ b/share/const.go @@ -5,7 +5,7 @@ import ( ) // VERSION 版本号 -const VERSION = "0.8.21" +const VERSION = "0.9.0" // DOMAIN 许可域 const DOMAIN = "*.iqka.com"