🔖 v1.8.4

This commit is contained in:
源文雨 2024-10-05 21:11:57 +09:00
parent 95451f96d8
commit a248bb1420
2 changed files with 8 additions and 8 deletions

View File

@ -3,13 +3,13 @@
package banner package banner
// Version ... // Version ...
var Version = "v1.8.3" var Version = "v1.8.4"
// Copyright ... // Copyright ...
var Copyright = "© 2020 - 2024 FloatTech" var Copyright = "© 2020 - 2024 FloatTech"
// Banner ... // Banner ...
var Banner = "* OneBot + ZeroBot + Golang\n" + var Banner = "* OneBot + ZeroBot + Golang\n" +
"* Version " + Version + " - 2024-09-26 16:48:02 +0900 JST\n" + "* Version " + Version + " - 2024-10-05 21:11:11 +0900 JST\n" +
"* Copyright " + Copyright + ". All Rights Reserved.\n" + "* Copyright " + Copyright + ". All Rights Reserved.\n" +
"* Project: https://github.com/FloatTech/ZeroBot-Plugin" "* Project: https://github.com/FloatTech/ZeroBot-Plugin"

View File

@ -12,7 +12,7 @@
"0409": { "0409": {
"identity": { "identity": {
"name": "ZeroBot-Plugin", "name": "ZeroBot-Plugin",
"version": "1.8.3.2056" "version": "1.8.4.2070"
}, },
"description": "", "description": "",
"minimum-os": "vista", "minimum-os": "vista",
@ -36,23 +36,23 @@
"#1": { "#1": {
"0000": { "0000": {
"fixed": { "fixed": {
"file_version": "1.8.3.2056", "file_version": "1.8.4.2070",
"product_version": "v1.8.3", "product_version": "v1.8.4",
"timestamp": "2024-09-26T16:48:44+08:00" "timestamp": "2024-10-05T21:11:25+08:00"
}, },
"info": { "info": {
"0409": { "0409": {
"Comments": "OneBot plugins based on ZeroBot", "Comments": "OneBot plugins based on ZeroBot",
"CompanyName": "FloatTech", "CompanyName": "FloatTech",
"FileDescription": "https://github.com/FloatTech/ZeroBot-Plugin", "FileDescription": "https://github.com/FloatTech/ZeroBot-Plugin",
"FileVersion": "1.8.3.2056", "FileVersion": "1.8.4.2070",
"InternalName": "", "InternalName": "",
"LegalCopyright": "© 2020 - 2024 FloatTech. All Rights Reserved.", "LegalCopyright": "© 2020 - 2024 FloatTech. All Rights Reserved.",
"LegalTrademarks": "", "LegalTrademarks": "",
"OriginalFilename": "ZBP.EXE", "OriginalFilename": "ZBP.EXE",
"PrivateBuild": "", "PrivateBuild": "",
"ProductName": "ZeroBot-Plugin", "ProductName": "ZeroBot-Plugin",
"ProductVersion": "v1.8.3", "ProductVersion": "v1.8.4",
"SpecialBuild": "" "SpecialBuild": ""
} }
} }