Skip to content

Commit 40696e1

Browse files
committed
v2.16.3
1 parent e6656df commit 40696e1

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

rebar.config

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
{deps, [
22
{gen_batch_server, "0.8.9"},
33
{aten, "0.6.0"},
4-
{seshat, "0.6.0"},
5-
{eqwalizer_support,
6-
{git_subdir,
7-
"https://github.com/whatsapp/eqwalizer.git",
8-
{branch, "main"},
9-
"eqwalizer_support"
10-
}
11-
}
4+
{seshat, "0.6.0"}
125
]}.
136

147
{profiles,

rebar.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{"1.2.0",
22
[{<<"aten">>,{pkg,<<"aten">>,<<"0.6.0">>},0},
3-
{<<"eqwalizer_support">>,
4-
{git_subdir,"https://github.com/whatsapp/eqwalizer.git",
5-
{ref,"4ddf95945e8a7561372e59ae61a7940fd9faf66c"},
6-
"eqwalizer_support"},
7-
0},
83
{<<"gen_batch_server">>,{pkg,<<"gen_batch_server">>,<<"0.8.9">>},0},
94
{<<"seshat">>,{pkg,<<"seshat">>,<<"0.6.0">>},0}]}.
105
[

src/ra.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,ra,
22
[{description,"Raft library"},
3-
{vsn,"2.16.2"},
3+
{vsn,"2.16.3"},
44
{licenses,["Apache-2.0","MPL-2.0"]},
55
{links,[{"github","https://github.com/rabbitmq/ra"}]},
66
{modules,[]},

0 commit comments

Comments
 (0)