From 6c7f81ca556cc3763fd4615018cab90630e1c59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 7 Mar 2022 13:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kanban/banner.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kanban/banner.go b/kanban/banner.go index 45f9ea37..43c6dfe8 100644 --- a/kanban/banner.go +++ b/kanban/banner.go @@ -10,8 +10,8 @@ import ( var ( info = [...]string{ "* OneBot + ZeroBot + Golang", - "* Version 1.3.0 - 2022-02-09 14:31:34 +0800 CST", - "* Copyright © 2020 - 2021 FloatTech. All Rights Reserved.", + "* Version 1.3.1 - 2022-03-07 13:40:58 +0800 CST", + "* Copyright © 2020 - 2022 FloatTech. All Rights Reserved.", "* Project: https://github.com/FloatTech/ZeroBot-Plugin", } Banner = strings.Join(info[:], "\n")