From f7b32f2157bee6b1816ab1086b54a334f2d60101 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 24 Nov 2024 22:19:02 -0500 Subject: [PATCH] Release 1.37.0 --- README.md | 2 +- plugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 005ff58..6f5d729 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dokku nats [![Build Status](https://img.shields.io/github/actions/workflow/status/dokku/dokku-nats/ci.yml?branch=master&style=flat-square "Build Status")](https://github.com/dokku/dokku-nats/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 nats plugin for dokku. Currently defaults to installing [nats 2.10.11](https://hub.docker.com/_/nats/). +Official nats plugin for dokku. Currently defaults to installing [nats 2.10.22](https://hub.docker.com/_/nats/). ## Requirements diff --git a/plugin.toml b/plugin.toml index 10e11f2..97cea61 100644 --- a/plugin.toml +++ b/plugin.toml @@ -1,4 +1,4 @@ [plugin] description = "dokku nats service plugin" -version = "1.36.1" +version = "1.37.0" [plugin.config]