From 8fa6d8b226966d42e2bc623464f5d93df6151650 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 29 Jan 2024 10:06:38 -0500 Subject: [PATCH] Release 1.35.2 --- README.md | 2 +- plugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 245ef4c..cce286a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dokku rethinkdb [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-rethinkdb/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-rethinkdb/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 rethinkdb plugin for dokku. Currently defaults to installing [rethinkdb 2.4.2](https://hub.docker.com/_/rethinkdb/). +Official rethinkdb plugin for dokku. Currently defaults to installing [rethinkdb 2.4.3](https://hub.docker.com/_/rethinkdb/). ## Requirements diff --git a/plugin.toml b/plugin.toml index 956e7d5..0194e8c 100644 --- a/plugin.toml +++ b/plugin.toml @@ -1,4 +1,4 @@ [plugin] description = "dokku rethinkdb service plugin" -version = "1.35.1" +version = "1.35.2" [plugin.config]