Release 1.15.0

This commit is contained in:
Jose Diaz-Gonzalez
2021-07-12 01:04:11 -04:00
parent 902112cc75
commit 2082f89ac1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# dokku redis [![Build Status](https://img.shields.io/circleci/project/github/dokku/dokku-redis.svg?branch=master&style=flat-square "Build Status")](https://circleci.com/gh/dokku/dokku-redis/tree/master) [![IRC Network](https://img.shields.io/badge/irc-freenode-blue.svg?style=flat-square "IRC Freenode")](https://webchat.freenode.net/?channels=dokku) # dokku redis [![Build Status](https://img.shields.io/circleci/project/github/dokku/dokku-redis.svg?branch=master&style=flat-square "Build Status")](https://circleci.com/gh/dokku/dokku-redis/tree/master) [![IRC Network](https://img.shields.io/badge/irc-freenode-blue.svg?style=flat-square "IRC Freenode")](https://webchat.freenode.net/?channels=dokku)
Official redis plugin for dokku. Currently defaults to installing [redis 5.0.7](https://hub.docker.com/_/redis/). Official redis plugin for dokku. Currently defaults to installing [redis 6.2.4](https://hub.docker.com/_/redis/).
## Requirements ## Requirements

View File

@@ -1,4 +1,4 @@
[plugin] [plugin]
description = "dokku redis service plugin" description = "dokku redis service plugin"
version = "1.14.0" version = "1.15.0"
[plugin.config] [plugin.config]