From ba67fe792574d0f8f0c43bdcb02c8ab756455d7c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 12 Nov 2020 19:25:29 +0100 Subject: [PATCH] postgresql: Update version from 13.0 to 13.1 https://www.postgresql.org/about/news/postgresql-131-125-1110-1015-9620-and-9524-released-2111/ --- postgresql.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql.be0 b/postgresql.be0 index 3be48c4b7..ca452feeb 100755 --- a/postgresql.be0 +++ b/postgresql.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION postgresql-13.0-0 +# BEE_VERSION postgresql-13.1-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.)