From fce75a94759e07c4663fe41054abb6a98264ed44 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: Fri, 28 Oct 2022 12:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.5.2-beta2?= 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 09836ccf..f947edca 100644 --- a/kanban/banner.go +++ b/kanban/banner.go @@ -9,7 +9,7 @@ import ( var ( // Banner ... Banner = "* OneBot + ZeroBot + Golang\n" + - "* Version 1.5.2-beta1 - 2022-10-24 23:46:28 +0800 CST\n" + + "* Version 1.5.2-beta2 - 2022-10-28 12:49:51 +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")