From 9be8efe4cfe8f6c8eed204d12dfff329ad4b24c7 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 31 Aug 2018 15:00:52 +0200 Subject: [PATCH] bee: Update from 1.2.16 to 1.2.17 What's new in this release: Verify certificates for HTTPS URLs HTTPS with correct SSL/TLS configuration is quite common now, so let's check the certificates. (#24) Build environment is packed with pbzip2, when the tool is available. This should reduce waiting for the final step. (#23) --- bee.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bee.be0 b/bee.be0 index e5c2aff87..992a4707e 100755 --- a/bee.be0 +++ b/bee.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION bee-1.2.16-0 +# BEE_VERSION bee-1.2.17-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.)