From 235ced0b780ea2bbe4442fefad88967158be7bfe 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: Sun, 16 Oct 2022 12:59:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kanban/banner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kanban/banner.go b/kanban/banner.go index 7af58e4490..3452eed011 100644 --- a/kanban/banner.go +++ b/kanban/banner.go @@ -9,7 +9,7 @@ import ( var ( // Banner ... Banner = "* OneBot + ZeroBot + Golang\n" + - "* Version 1.5.1-beta5 - 2022-10-04 22:18:37 +0800 CST\n" + + "* Version 1.5.1 - 2022-10-16 12:58:18 +0800 CST\n" + "* Copyright © 2020 - 2022 FloatTech. All Rights Reserved.\n" + "* Project: https://github.com/FloatTech/ZeroBot-Plugin" reg = registry.NewRegReader("reilia.fumiama.top:32664", "fumiama")