From cf0e87ab9a701c2863bf07decbb47e13de6e868a 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, 1 Apr 2024 21:35:41 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.7.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kanban/banner/banner.go | 6 +++--- winres/winres.json | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/kanban/banner/banner.go b/kanban/banner/banner.go index 8f21540a97..2ce6cc5485 100644 --- a/kanban/banner/banner.go +++ b/kanban/banner/banner.go @@ -3,13 +3,13 @@ package banner // Version ... -var Version = "v1.7.6" +var Version = "v1.7.7" // Copyright ... -var Copyright = "© 2020 - 2023 FloatTech" +var Copyright = "© 2020 - 2024 FloatTech" // Banner ... var Banner = "* OneBot + ZeroBot + Golang\n" + - "* Version " + Version + " - 2023-11-08 14:13:37 +0900 JST\n" + + "* Version " + Version + " - 2024-04-01 21:34:55 +0900 JST\n" + "* Copyright " + Copyright + ". All Rights Reserved.\n" + "* Project: https://github.com/FloatTech/ZeroBot-Plugin" diff --git a/winres/winres.json b/winres/winres.json index 5627491279..41e9fe6431 100644 --- a/winres/winres.json +++ b/winres/winres.json @@ -12,7 +12,7 @@ "0409": { "identity": { "name": "ZeroBot-Plugin", - "version": "1.7.6.1905" + "version": "1.7.7.1918" }, "description": "", "minimum-os": "vista", @@ -36,23 +36,23 @@ "#1": { "0000": { "fixed": { - "file_version": "1.7.6.1905", - "product_version": "v1.7.6", - "timestamp": "2023-11-08T14:13:49+08:00" + "file_version": "1.7.7.1918", + "product_version": "v1.7.7", + "timestamp": "2024-04-01T21:35:17+08:00" }, "info": { "0409": { "Comments": "OneBot plugins based on ZeroBot", "CompanyName": "FloatTech", "FileDescription": "https://github.com/FloatTech/ZeroBot-Plugin", - "FileVersion": "1.7.6.1905", + "FileVersion": "1.7.7.1918", "InternalName": "", - "LegalCopyright": "© 2020 - 2023 FloatTech. All Rights Reserved.", + "LegalCopyright": "© 2020 - 2024 FloatTech. All Rights Reserved.", "LegalTrademarks": "", "OriginalFilename": "ZBP.EXE", "PrivateBuild": "", "ProductName": "ZeroBot-Plugin", - "ProductVersion": "v1.7.6", + "ProductVersion": "v1.7.7", "SpecialBuild": "" } }