🔖 v1.8.0

This commit is contained in:
源文雨 2024-05-05 16:48:59 +09:00
parent 61b70a86de
commit 509c462c8d
3 changed files with 9 additions and 11 deletions

View File

@ -57,13 +57,11 @@ run:
deadline: 5m deadline: 5m
issues-exit-code: 1 issues-exit-code: 1
tests: false tests: false
skip-dirs:
- order
go: '1.20' go: '1.20'
# output configuration options # output configuration options
output: output:
format: "colored-line-number" formats: ["colored-line-number"]
print-issued-lines: true print-issued-lines: true
print-linter-name: true print-linter-name: true
uniq-by-line: true uniq-by-line: true

View File

@ -3,13 +3,13 @@
package banner package banner
// Version ... // Version ...
var Version = "v1.7.8" var Version = "v1.8.0"
// 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-04-30 17:51:12 +0900 JST\n" + "* Version " + Version + " - 2024-05-05 16:47:20 +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.7.8.1926" "version": "1.8.0.1977"
}, },
"description": "", "description": "",
"minimum-os": "vista", "minimum-os": "vista",
@ -36,23 +36,23 @@
"#1": { "#1": {
"0000": { "0000": {
"fixed": { "fixed": {
"file_version": "1.7.8.1926", "file_version": "1.8.0.1977",
"product_version": "v1.7.8", "product_version": "v1.8.0",
"timestamp": "2024-04-30T17:51:25+08:00" "timestamp": "2024-05-05T16:47:31+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.7.8.1926", "FileVersion": "1.8.0.1977",
"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.7.8", "ProductVersion": "v1.8.0",
"SpecialBuild": "" "SpecialBuild": ""
} }
} }