diff --git a/MODULE.bazel b/MODULE.bazel index c5ac6d0..1f5bd36 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rabbitmq_osiris", - version = "1.8.3", + version = "1.8.4", ) bazel_dep( diff --git a/src/osiris.app.src b/src/osiris.app.src index 56750ac..b3c5995 100644 --- a/src/osiris.app.src +++ b/src/osiris.app.src @@ -1,6 +1,6 @@ {application,osiris, [{description,"Foundation of the log-based streaming subsystem for RabbitMQ"}, - {vsn,"1.8.2"}, + {vsn,"1.8.4"}, {licenses,["Apache-2.0","MPL-2.0"]}, {links,[{"github","https://github.com/rabbitmq/osiris"}]}, {modules,[]},