Skip to content

Commit 8ac4913

Browse files
committed
v2.16.0
1 parent 1fdfc3f commit 8ac4913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rabbitmq_ra",
3-
version = "2.16.0-pre.12",
3+
version = "2.16.0",
44
)
55

66
bazel_dep(

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.0-pre.12"},
3+
{vsn,"2.16.0"},
44
{licenses,["Apache-2.0","MPL-2.0"]},
55
{links,[{"github","https://github.com/rabbitmq/ra"}]},
66
{modules,[]},

0 commit comments

Comments
 (0)