Skip to content

Commit 6b505d0

Browse files
committed
🔖 v1.9.9
1 parent fc9a21d commit 6b505d0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

kanban/banner/banner.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kanban/gen/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var Banner = "* OneBot + ZeroBot + Golang\n" +
2727
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"
2828
`
2929

30-
const timeformat = `2006-01-02 15:04:05 +0900 JST`
30+
const timeformat = `2006-01-02 15:04:05 +0800 CST`
3131

3232
func main() {
3333
f, err := os.Create("banner/banner.go")

winres/winres.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"0409": {
1313
"identity": {
1414
"name": "ZeroBot-Plugin",
15-
"version": "1.9.8.2223"
15+
"version": "1.9.9.2250"
1616
},
1717
"description": "",
1818
"minimum-os": "vista",
@@ -36,23 +36,23 @@
3636
"#1": {
3737
"0000": {
3838
"fixed": {
39-
"file_version": "1.9.8.2223",
40-
"product_version": "v1.9.8",
41-
"timestamp": "2025-06-01T18:52:57+08:00"
39+
"file_version": "1.9.9.2250",
40+
"product_version": "v1.9.9",
41+
"timestamp": "2025-09-10T10:40:54+08:00"
4242
},
4343
"info": {
4444
"0409": {
4545
"Comments": "OneBot plugins based on ZeroBot",
4646
"CompanyName": "FloatTech",
4747
"FileDescription": "https://github.com/FloatTech/ZeroBot-Plugin",
48-
"FileVersion": "1.9.8.2223",
48+
"FileVersion": "1.9.9.2250",
4949
"InternalName": "",
5050
"LegalCopyright": "© 2020 - 2025 FloatTech. All Rights Reserved.",
5151
"LegalTrademarks": "",
5252
"OriginalFilename": "ZBP.EXE",
5353
"PrivateBuild": "",
5454
"ProductName": "ZeroBot-Plugin",
55-
"ProductVersion": "v1.9.8",
55+
"ProductVersion": "v1.9.9",
5656
"SpecialBuild": ""
5757
}
5858
}

0 commit comments

Comments
 (0)