From 7e98064e096d26f038e1a57002a46b07b00d21aa Mon Sep 17 00:00:00 2001 From: fumiama Date: Thu, 9 Sep 2021 20:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=20banner=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC=E4=B8=8E=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index c827bc60..3cf4166e 100644 --- a/main.go +++ b/main.go @@ -47,9 +47,9 @@ import ( var ( contents = []string{ - "* OneBot + ZeroBot + Golang ", - "* Version 1.1.0 - 2021-08-06 23:36:29 +0800 CST", - "* Copyright © 2020 - 2021 Kanri, DawnNights, Fumiama, Suika", + "* OneBot + ZeroBot + Golang", + "* Version 1.1.5 - 2021-09-09 20:52:33 +0800 CST", + "* Copyright © 2020 - 2021 Kanri, DawnNights, Fumiama, Suika", "* Project: https://github.com/FloatTech/ZeroBot-Plugin", } banner = strings.Join(contents, "\n")