升级程序中的1.3.1.x改为1.3.2

This commit is contained in:
刘祥超
2023-12-24 17:40:40 +08:00
parent 2d675f4281
commit 361fb9b868

View File

@@ -104,7 +104,7 @@ var upgradeFuncs = []*upgradeVersion{
"1.2.10", upgradeV1_2_10,
},
{
"1.3.1.3", upgradeV1_3_2, // 1.3.2
"1.3.2", upgradeV1_3_2,
},
}