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

This commit is contained in:
GoEdgeLab
2023-10-15 15:10:36 +08:00
parent d85d65c0d1
commit fe7d1549c4

View File

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