From 6ce4d170e64ff32ebd537cbda56ed2ede2c7f8e7 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 27 Apr 2023 22:07:42 -0400 Subject: [PATCH] Release 1.32.2 --- README.md | 2 +- plugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4bad17..9bfe4d0 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.11.10-management](https://hub.docker.com/_/rabbitmq/). +Official rabbitmq plugin for dokku. Currently defaults to installing [rabbitmq 3.11.13-management](https://hub.docker.com/_/rabbitmq/). ## Requirements diff --git a/plugin.toml b/plugin.toml index bb0533c..0ab907a 100644 --- a/plugin.toml +++ b/plugin.toml @@ -1,4 +1,4 @@ [plugin] description = "dokku rabbitmq service plugin" -version = "1.32.1" +version = "1.32.2" [plugin.config]