We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d72b7 commit 2039539Copy full SHA for 2039539
RELEASE.md
@@ -1,7 +1 @@
1
-- 修复单选框异常
2
-- 优化数据库自动迁移
3
-- 优化websocket实现
4
-- 废弃dsn参数
5
-- 日志性能优化
6
-- 存储目录优化
7
-- 数据库兼容性优化
+- 修复MySQL兼容性
cmd/args/build.go
@@ -6,8 +6,8 @@ import (
var Efs *embed.FS
8
9
-const Version = "0.12.2"
10
-const BuildVersion = "230402"
+const Version = "0.12.4"
+const BuildVersion = "230403"
11
12
const AppName = "TDP CLoud"
13
const AppSummary = "土豆片控制面板"
0 commit comments