Skip to content

Commit

Permalink
v2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Jul 15, 2024
1 parent 88e2ab2 commit 5365e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rabbitmq_ra",
version = "2.13.0",
version = "2.13.1",
)

bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion src/ra.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,ra,
[{description,"Raft library"},
{vsn,"2.13.0"},
{vsn,"2.13.1"},
{licenses,["Apache-2.0","MPL-2.0"]},
{links,[{"github","https://github.com/rabbitmq/ra"}]},
{modules,[]},
Expand Down

0 comments on commit 5365e43

Please sign in to comment.