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

This commit is contained in:
GoEdgeLab
2023-12-24 17:40:40 +08:00
parent fa3dbbcd81
commit 541f072952

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,
},
}