Skip to content

Commit

Permalink
chore: add noop appup instructions for out-of-tree 0.8.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
keynslug committed Dec 19, 2024
1 parent 31017f9 commit 4fa5c1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ekka.appup.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
%% -*- mode: erlang -*-
%% Unless you know what you are doing, DO NOT edit manually!!
{VSN,
[{"0.8.1.12",
[{"0.8.1.13", []},
{"0.8.1.12",
[{load_module,ekka_node_monitor,brutal_purge,soft_purge,[]},
{load_module,ekka_autoheal,brutal_purge,soft_purge,[]}]},
{"0.8.1.11",
Expand Down Expand Up @@ -70,7 +71,8 @@
{load_module,ekka_httpc,brutal_purge,soft_purge,[]},
{load_module,ekka_mnesia,brutal_purge,soft_purge,[]},
{load_module,ekka_dist,brutal_purge,soft_purge,[]}]}],
[{"0.8.1.12",
[{"0.8.1.13", []},
{"0.8.1.12",
[{load_module,ekka_node_monitor,brutal_purge,soft_purge,[]},
{load_module,ekka_autoheal,brutal_purge,soft_purge,[]}]},
{"0.8.1.11",
Expand Down

0 comments on commit 4fa5c1e

Please sign in to comment.