From bf72dea6c5ce4321a79c5ff963baa894e6227928 Mon Sep 17 00:00:00 2001 From: Yiwen-Chan Date: Mon, 29 Mar 2021 16:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20=E6=9B=B4=E6=96=B0=E5=88=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC1.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/xianqu/event.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/xianqu/event.go b/core/xianqu/event.go index 10fe165..b8318fe 100644 --- a/core/xianqu/event.go +++ b/core/xianqu/event.go @@ -60,7 +60,7 @@ type App struct { func newAppInfo() *App { return &App{ Name: "OneBot-YaYa", - Pver: "1.2.5", + Pver: "1.2.6", Sver: 3, Author: "kanri", Desc: "OneBot标准的先驱实现 项目地址: http://github.com/Yiwen-Chan/OneBot-YaYa",