diff --git a/MODULE.bazel b/MODULE.bazel index 8923b321..b2f4af9f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rabbitmq_ra", - version = "2.12.0", + version = "2.13.0-pre.1", ) bazel_dep( diff --git a/src/ra.app.src b/src/ra.app.src index a1f57bf1..4a40b0e2 100644 --- a/src/ra.app.src +++ b/src/ra.app.src @@ -1,6 +1,6 @@ {application,ra, [{description,"Raft library"}, - {vsn,"2.12.0"}, + {vsn,"2.13.0-pre.1"}, {licenses,["Apache-2.0","MPL-2.0"]}, {links,[{"github","https://github.com/rabbitmq/ra"}]}, {modules,[]},