From 26eb3569fa1e2010271e345f98f3c3e3ac672bc6 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 28 May 2020 11:15:39 +0200 Subject: [PATCH] postgresql: be-zero conversion N.B. I've just noticed that 'nullify' sounds OK in our bee context, but the common meaning of nullify is axing or eliminating -- pretty opposite to the intention. --- postgresql-12.3-0.bee => postgresql.be0 | 2 ++ 1 file changed, 2 insertions(+) rename postgresql-12.3-0.bee => postgresql.be0 (98%) diff --git a/postgresql-12.3-0.bee b/postgresql.be0 similarity index 98% rename from postgresql-12.3-0.bee rename to postgresql.be0 index 1b87df472..76b3cb4b0 100755 --- a/postgresql-12.3-0.bee +++ b/postgresql.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION postgresql-12.3-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.)