diff --git a/MODULE.bazel b/MODULE.bazel index 6a074580..930d6450 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rabbitmq_ra", - version = "2.14.0", + version = "2.15.0", ) bazel_dep( diff --git a/src/ra.app.src b/src/ra.app.src index ac8ec816..b13f8b3e 100644 --- a/src/ra.app.src +++ b/src/ra.app.src @@ -1,6 +1,6 @@ {application,ra, [{description,"Raft library"}, - {vsn,"2.14.0"}, + {vsn,"2.15.0"}, {licenses,["Apache-2.0","MPL-2.0"]}, {links,[{"github","https://github.com/rabbitmq/ra"}]}, {modules,[]},