From 6cf14fc7dd8becaa82af0f533e0fe7bd12ffd128 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: Tue, 4 Oct 2022 22:19:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.5.1-beta5?= 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 e261f8e4..7af58e44 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-beta4 - 2022-09-22 10:49:29 +0800 CST\n" + + "* Version 1.5.1-beta5 - 2022-10-04 22:18:37 +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")