Skip to content

Commit

Permalink
🔖 v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Nov 7, 2023
1 parent a514bde commit 3a31802
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions kanban/banner/banner.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kanban/gen/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
12 changes: 6 additions & 6 deletions winres/winres.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"0409": {
"identity": {
"name": "ZeroBot-Plugin",
"version": "1.7.3.1842"
"version": "1.7.4.1901"
},
"description": "",
"minimum-os": "vista",
Expand All @@ -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": ""
}
}
Expand Down

0 comments on commit 3a31802

Please sign in to comment.