From 509c462c8dbc5be905f930bd058f3a1970d629e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 5 May 2024 16:48:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .golangci.yml | 4 +--- kanban/banner/banner.go | 4 ++-- winres/winres.json | 12 ++++++------ 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 383c903fdd..c464edfc74 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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 diff --git a/kanban/banner/banner.go b/kanban/banner/banner.go index d7d23bfde9..721e1dd376 100644 --- a/kanban/banner/banner.go +++ b/kanban/banner/banner.go @@ -3,13 +3,13 @@ package banner // Version ... -var Version = "v1.7.8" +var Version = "v1.8.0" // Copyright ... var Copyright = "© 2020 - 2024 FloatTech" // Banner ... 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" + "* Project: https://github.com/FloatTech/ZeroBot-Plugin" diff --git a/winres/winres.json b/winres/winres.json index 2896c17d3f..2790550b28 100644 --- a/winres/winres.json +++ b/winres/winres.json @@ -12,7 +12,7 @@ "0409": { "identity": { "name": "ZeroBot-Plugin", - "version": "1.7.8.1926" + "version": "1.8.0.1977" }, "description": "", "minimum-os": "vista", @@ -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": "" } }