From 4ea7a39a555304cce4c63cc044f81691327f1eb7 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 9 Sep 2023 22:41:34 -0400 Subject: [PATCH] Release 1.36.1 --- README.md | 2 +- plugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 733d9b6..e43557d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dokku rabbitmq [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-rabbitmq/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-rabbitmq/actions/workflows/ci.yml?query=branch%3Amaster) [![IRC Network](https://img.shields.io/badge/irc-libera-blue.svg?style=flat-square "IRC Libera")](https://webchat.libera.chat/?channels=dokku) -Official rabbitmq plugin for dokku. Currently defaults to installing [rabbitmq 3.12.0-management](https://hub.docker.com/_/rabbitmq/). +Official rabbitmq plugin for dokku. Currently defaults to installing [rabbitmq 3.12.4-management](https://hub.docker.com/_/rabbitmq/). ## Requirements diff --git a/plugin.toml b/plugin.toml index 7a0e4d1..24a31a9 100644 --- a/plugin.toml +++ b/plugin.toml @@ -1,4 +1,4 @@ [plugin] description = "dokku rabbitmq service plugin" -version = "1.36.0" +version = "1.36.1" [plugin.config]