🔖 1.3.1

This commit is contained in:
源文雨 2022-03-07 13:41:23 +08:00
parent 3911b5ed82
commit 6c7f81ca55

View File

@ -10,8 +10,8 @@ import (
var (
info = [...]string{
"* OneBot + ZeroBot + Golang",
"* Version 1.3.0 - 2022-02-09 14:31:34 +0800 CST",
"* Copyright © 2020 - 2021 FloatTech. All Rights Reserved.",
"* Version 1.3.1 - 2022-03-07 13:40:58 +0800 CST",
"* Copyright © 2020 - 2022 FloatTech. All Rights Reserved.",
"* Project: https://github.com/FloatTech/ZeroBot-Plugin",
}
Banner = strings.Join(info[:], "\n")