Parcourir la source

chore(appup): update appup version

zhanghongtong il y a 5 ans
Parent
commit
897f862d29
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      src/emqx.appup.src

+ 3 - 1
src/emqx.appup.src

@@ -6,8 +6,9 @@
         4 -> % arch_32
             {1000, cuttlefish_bytesize:parse("32MB")}
     end,
-{"4.2.3",
+{VSN,
   [
+    {<<".*">>, []},
     {"4.2.2", [
       {load_module, emqx_metrics, brutal_purge, soft_purge, []}
     ]},
@@ -29,6 +30,7 @@
     ]}
   ],
   [
+    {<<".*">>, []},
     {"4.2.2", [
       {load_module, emqx_metrics, brutal_purge, soft_purge, []}
     ]},