From 5365e43349f0503bbcbf7dc3b1dd44dba6fcecf7 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Mon, 15 Jul 2024 15:03:10 +0100 Subject: [PATCH] v2.13.1 --- MODULE.bazel | 2 +- src/ra.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 23ebaae6..a4eb6d47 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rabbitmq_ra", - version = "2.13.0", + version = "2.13.1", ) bazel_dep( diff --git a/src/ra.app.src b/src/ra.app.src index 07d6a2e5..382964bf 100644 --- a/src/ra.app.src +++ b/src/ra.app.src @@ -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,[]},