Skip to content

Commit

Permalink
🔖 v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 5, 2024
1 parent 61b70a8 commit 509c462
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,11 @@ run:
deadline: 5m
issues-exit-code: 1
tests: false
skip-dirs:
- order
go: '1.20'

# output configuration options
output:
format: "colored-line-number"
formats: ["colored-line-number"]
print-issued-lines: true
print-linter-name: true
uniq-by-line: true
Expand Down
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.

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.8.1926"
"version": "1.8.0.1977"
},
"description": "",
"minimum-os": "vista",
Expand All @@ -36,23 +36,23 @@
"#1": {
"0000": {
"fixed": {
"file_version": "1.7.8.1926",
"product_version": "v1.7.8",
"timestamp": "2024-04-30T17:51:25+08:00"
"file_version": "1.8.0.1977",
"product_version": "v1.8.0",
"timestamp": "2024-05-05T16:47:31+08:00"
},
"info": {
"0409": {
"Comments": "OneBot plugins based on ZeroBot",
"CompanyName": "FloatTech",
"FileDescription": "https://github.com/FloatTech/ZeroBot-Plugin",
"FileVersion": "1.7.8.1926",
"FileVersion": "1.8.0.1977",
"InternalName": "",
"LegalCopyright": "© 2020 - 2024 FloatTech. All Rights Reserved.",
"LegalTrademarks": "",
"OriginalFilename": "ZBP.EXE",
"PrivateBuild": "",
"ProductName": "ZeroBot-Plugin",
"ProductVersion": "v1.7.8",
"ProductVersion": "v1.8.0",
"SpecialBuild": ""
}
}
Expand Down

0 comments on commit 509c462

Please sign in to comment.