将临时的1.2.9.1升级程序版本号修改为1.2.10

This commit is contained in:
刘祥超
2023-10-15 15:10:36 +08:00
parent 7a5ec79ace
commit 86b04b2b6b

View File

@@ -99,7 +99,7 @@ var upgradeFuncs = []*upgradeVersion{
"1.2.9", upgradeV1_2_9,
},
{
"1.2.9.1", upgradeV1_2_10, // 1.2.10
"1.2.10", upgradeV1_2_10,
},
}