Skip to content

Commit

Permalink
chore: update appups
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-xiaoyu committed Jun 21, 2024
1 parent 44cdf99 commit b72b802
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/ecpool.appup.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
%% -*-: erlang -*-
{"0.5.8",
{"0.5.9",
[
{<<"0\\.5\\.[3-7]">>, [
{<<"0\\.5\\.[3-8]">>, [
{load_module, ecpool_pool, brutal_purge, soft_purge, []},
{load_module, ecpool_worker, brutal_purge, soft_purge, []},
{load_module, ecpool, brutal_purge, soft_purge, []}
]},
Expand All @@ -20,7 +21,8 @@
]}
],
[
{<<"0\\.5\\.[3-7]">>, [
{<<"0\\.5\\.[3-8]">>, [
{load_module, ecpool_pool, brutal_purge, soft_purge, []},
{load_module, ecpool_worker, brutal_purge, soft_purge, []},
{load_module, ecpool, brutal_purge, soft_purge, []}
]},
Expand Down

0 comments on commit b72b802

Please sign in to comment.