From 75aa71d22860b7e3ddcf4d1fc163209da830a825 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 14 Sep 2024 03:38:58 -0400 Subject: [PATCH] Release 1.40.0 --- README.md | 2 +- plugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab2d066..4086d4a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dokku clickhouse [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-clickhouse/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-clickhouse/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 clickhouse plugin for dokku. Currently defaults to installing [clickhouse/clickhouse-server 24.6.2.17](https://hub.docker.com/r/clickhouse/clickhouse-server/). +Official clickhouse plugin for dokku. Currently defaults to installing [clickhouse/clickhouse-server 24.8.4.13](https://hub.docker.com/r/clickhouse/clickhouse-server/). ## Sponsors diff --git a/plugin.toml b/plugin.toml index 762c76e..cace9ce 100644 --- a/plugin.toml +++ b/plugin.toml @@ -1,5 +1,5 @@ [plugin] description = "dokku clickhouse service plugin" -version = "1.39.2" +version = "1.40.0" sponsors = ["coding-socks"] [plugin.config]