From 477efa7205fea907835e90655fd8103a18818948 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 23 May 2019 16:47:33 +0200 Subject: [PATCH] redis: Update version from 5.0.2 to 5.0.5 The release notes are available [online][1]. [1]: https://raw.githubusercontent.com/antirez/redis/5.0.5/00-RELEASENOTES --- redis.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.be0 b/redis.be0 index adf829ba6..a0c9309e2 100755 --- a/redis.be0 +++ b/redis.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION redis-5.0.2-0 +# BEE_VERSION redis-5.0.5-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)