From 141ce887ba443d578c02bd47d4b18383f0a6849f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 21 Jun 2022 10:02:40 +0200 Subject: [PATCH] postgresql: Update version from 13.1 to 14.4 https://www.postgresql.org/docs/release/ --- postgresql.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql.be0 b/postgresql.be0 index ca452feeb..5756dfa02 100755 --- a/postgresql.be0 +++ b/postgresql.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION postgresql-13.1-0 +# BEE_VERSION postgresql-14.4-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.)