From 7aaf23fcd0b2dfe87ac2ed3a691cfe700d0bbd4c Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 25 Oct 2021 01:17:58 +0800 Subject: [PATCH] v0.8.18 + Range, For, Print Helper --- share/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/const.go b/share/const.go index 16ff0ba5..2348d94a 100644 --- a/share/const.go +++ b/share/const.go @@ -5,7 +5,7 @@ import ( ) // VERSION 版本号 -const VERSION = "0.8.17" +const VERSION = "0.8.18" // DOMAIN 许可域 const DOMAIN = "*.iqka.com"