From 001c723e5764eff0b02b73ec9df26ac93e5ee149 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Fri, 8 Mar 2024 14:30:40 +0000 Subject: [PATCH] v2.10.0-pre.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 7d41aff6..782e481d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rabbitmq_ra", - version = "2.9.1", + version = "2.10.0-pre.1", ) bazel_dep( diff --git a/src/ra.app.src b/src/ra.app.src index cced852a..bcf09756 100644 --- a/src/ra.app.src +++ b/src/ra.app.src @@ -1,6 +1,6 @@ {application,ra, [{description,"Raft library"}, - {vsn,"2.9.1"}, + {vsn,"2.10.0-pre.1"}, {licenses,["Apache-2.0","MPL-2.0"]}, {links,[{"github","https://github.com/rabbitmq/ra"}]}, {modules,[]},