Skip to content

Commit

Permalink
Bump relx vendored copy
Browse files Browse the repository at this point in the history
Since I had already manually ported the changeset between 3.9.0 and
3.10.0, only metadata changed on the update.
  • Loading branch information
ferd committed Aug 29, 2024
1 parent 7eb4278 commit c0d0ae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/rebar/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{providers, "1.9.0"},
{getopt, "1.0.2"},
{bbmustache, "1.12.2"},
{relx, "4.9.0"},
{relx, "4.10.0"},
{cf, "0.3.1"},
{cth_readable, "1.5.1"},
{eunit_formatters, "0.5.0"}]}.
Expand Down
2 changes: 1 addition & 1 deletion vendor/relx/hex_metadata.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
[{<<"app">>,<<"bbmustache">>},
{<<"optional">>,false},
{<<"requirement">>,<<"~>1.10">>}]}]}.
{<<"version">>,<<"4.9.0">>}.
{<<"version">>,<<"4.10.0">>}.
2 changes: 1 addition & 1 deletion vendor/relx/src/relx.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,relx,
[{description,"Release assembler for Erlang/OTP Releases"},
{vsn,"4.9.0"},
{vsn,"4.10.0"},
{modules,[]},
{registered,[]},
{applications,[kernel,stdlib,bbmustache,sasl,tools]},
Expand Down

0 comments on commit c0d0ae6

Please sign in to comment.