Skip to content

Commit

Permalink
chore: update appup
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-xiaoyu committed Oct 20, 2023
1 parent 189cb21 commit 30ec8f7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/grpc.appup.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
%% -*- mode: erlang -*-
{"0.6.10",
[{"0.6.9",
{"0.6.11",
[{"0.6.10",
[{load_module, grpc_client, brutal_purge, soft_purge, []}]},
{"0.6.9",
[{load_module, grpc_client, brutal_purge, soft_purge, []}]},
{"0.6.8",
[{load_module, grpc_client, brutal_purge, soft_purge, []}]},
Expand All @@ -23,7 +25,9 @@
{load_module, grpc_client_sup, brutal_purge, soft_purge, []}]},
{<<".*">>, []}
],
[{"0.6.9",
[{"0.6.10",
[{load_module, grpc_client, brutal_purge, soft_purge, []}]},
{"0.6.9",
[{load_module, grpc_client, brutal_purge, soft_purge, []}]},
{"0.6.8",
[{load_module, grpc_client, brutal_purge, soft_purge, []}]},
Expand Down

0 comments on commit 30ec8f7

Please sign in to comment.