From 73d0f2db9b3ba2fcb441cad7174698359b78b9ad Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Fri, 16 Dec 2022 17:37:21 +0800 Subject: [PATCH] release: 3.6.1 --- assets | 2 +- pkg/conf/version.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets b/assets index f8eb1cd..dca19d7 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit f8eb1cd63e80701c7439291138ed9f6fa92ed52b +Subproject commit dca19d76f62b2a50ff41c7439ac07f3529716557 diff --git a/pkg/conf/version.go b/pkg/conf/version.go index fda173f..3fd0e8a 100644 --- a/pkg/conf/version.go +++ b/pkg/conf/version.go @@ -1,13 +1,13 @@ package conf // BackendVersion 当前后端版本号 -var BackendVersion = "3.6.0" +var BackendVersion = "3.6.1" // RequiredDBVersion 与当前版本匹配的数据库版本 var RequiredDBVersion = "3.6.0" // RequiredStaticVersion 与当前版本匹配的静态资源版本 -var RequiredStaticVersion = "3.6.0" +var RequiredStaticVersion = "3.6.1" // IsPro 是否为Pro版本 var IsPro = "false"