🔖 v1.7.4

This commit is contained in:
源文雨 2023-11-07 21:51:40 +09:00
parent a514bde4e6
commit 3a31802735
3 changed files with 9 additions and 9 deletions

View File

@ -3,13 +3,13 @@
package banner
// Version ...
var Version = "v1.7.3"
var Version = "v1.7.4"
// Copyright ...
var Copyright = "© 2020 - 2023 FloatTech"
// Banner ...
var Banner = "* OneBot + ZeroBot + Golang\n" +
"* Version " + Version + " - 2023-08-28 16:14:08 +0800 CST\n" +
"* Version " + Version + " - 2023-11-07 21:51:14 +0900 JST\n" +
"* Copyright " + Copyright + ". All Rights Reserved.\n" +
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"

View File

@ -27,7 +27,7 @@ var Banner = "* OneBot + ZeroBot + Golang\n" +
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
`
const timeformat = `2006-01-02 15:04:05 +0800 CST`
const timeformat = `2006-01-02 15:04:05 +0900 JST`
func main() {
f, err := os.Create("banner/banner.go")

View File

@ -12,7 +12,7 @@
"0409": {
"identity": {
"name": "ZeroBot-Plugin",
"version": "1.7.3.1842"
"version": "1.7.4.1901"
},
"description": "",
"minimum-os": "vista",
@ -36,23 +36,23 @@
"#1": {
"0000": {
"fixed": {
"file_version": "1.7.3.1842",
"product_version": "v1.7.3",
"timestamp": "2023-08-28T16:14:29+08:00"
"file_version": "1.7.4.1901",
"product_version": "v1.7.4",
"timestamp": "2023-11-07T21:51:24+08:00"
},
"info": {
"0409": {
"Comments": "OneBot plugins based on ZeroBot",
"CompanyName": "FloatTech",
"FileDescription": "https://github.com/FloatTech/ZeroBot-Plugin",
"FileVersion": "1.7.3.1842",
"FileVersion": "1.7.4.1901",
"InternalName": "",
"LegalCopyright": "© 2020 - 2023 FloatTech. All Rights Reserved.",
"LegalTrademarks": "",
"OriginalFilename": "ZBP.EXE",
"PrivateBuild": "",
"ProductName": "ZeroBot-Plugin",
"ProductVersion": "v1.7.3",
"ProductVersion": "v1.7.4",
"SpecialBuild": ""
}
}