From 4f7d84f60fd1a6c1e57566731778e10ae65b3c48 Mon Sep 17 00:00:00 2001 From: Yiwen-Chan Date: Fri, 23 Apr 2021 23:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 657aa13c..188f4063 100644 --- a/main.go +++ b/main.go @@ -39,7 +39,7 @@ func main() { fmt.Print(` ====================[ZeroBot-Plugin]==================== * OneBot + ZeroBot + Golang -* Version 1.0.1 - 2021-04-20 15:38:43.5133157 +0800 CST +* Version 1.0.2 - 2021-04-23 00:06:06.6531353 +0800 CST * Copyright © 2021 Kanri, DawnNights, All Rights Reserved * Project: https://github.com/Yiwen-Chan/ZeroBot-Plugin ======================================================== @@ -57,7 +57,7 @@ func main() { Handle(func(ctx *zero.Ctx) { ctx.SendChain(message.Text( "* OneBot + ZeroBot + Golang ", "\n", - "* Version 1.0.1 - 2021-04-20 15:38:43.5133157 +0800 CST", "\n", + "* Version 1.0.2 - 2021-04-23 00:06:06.6531353 +0800 CST", "\n", "* Copyright © 2021 Kanri, DawnNights, All Rights Reserved ", "\n", "* Project: https://github.com/Yiwen-Chan/ZeroBot-Plugin", ))