Revert "change mux data struct, fix #250"

This reverts commit ae28d41231.
This commit is contained in:
ffdfgdfg
2019-12-17 15:38:40 +08:00
parent b46e35cf7e
commit 2629078988
4 changed files with 79 additions and 71 deletions

View File

@@ -4,5 +4,5 @@ const VERSION = "0.25.2"
// Compulsory minimum version, Minimum downward compatibility to this version
func GetVersion() string {
return "0.25.2"
return "0.25.0"
}