diff --git a/kanban/banner/banner.go b/kanban/banner/banner.go index 39e37afe..65420ad7 100644 --- a/kanban/banner/banner.go +++ b/kanban/banner/banner.go @@ -3,13 +3,13 @@ package banner // Version ... -var Version = "v1.9.4" +var Version = "v1.9.5" // Copyright ... var Copyright = "© 2020 - 2025 FloatTech" // Banner ... var Banner = "* OneBot + ZeroBot + Golang\n" + - "* Version " + Version + " - 2025-02-15 18:39:29 +0900 JST\n" + + "* Version " + Version + " - 2025-02-22 15:34:28 +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 d723494d..9af6efef 100644 --- a/winres/winres.json +++ b/winres/winres.json @@ -12,7 +12,7 @@ "0409": { "identity": { "name": "ZeroBot-Plugin", - "version": "1.9.4.2168" + "version": "1.9.5.2188" }, "description": "", "minimum-os": "vista", @@ -36,23 +36,23 @@ "#1": { "0000": { "fixed": { - "file_version": "1.9.4.2168", - "product_version": "v1.9.4", - "timestamp": "2025-02-15T18:39:51+08:00" + "file_version": "1.9.5.2188", + "product_version": "v1.9.5", + "timestamp": "2025-02-22T15:34:40+08:00" }, "info": { "0409": { "Comments": "OneBot plugins based on ZeroBot", "CompanyName": "FloatTech", "FileDescription": "https://github.com/FloatTech/ZeroBot-Plugin", - "FileVersion": "1.9.4.2168", + "FileVersion": "1.9.5.2188", "InternalName": "", "LegalCopyright": "© 2020 - 2025 FloatTech. All Rights Reserved.", "LegalTrademarks": "", "OriginalFilename": "ZBP.EXE", "PrivateBuild": "", "ProductName": "ZeroBot-Plugin", - "ProductVersion": "v1.9.4", + "ProductVersion": "v1.9.5", "SpecialBuild": "" } }