From c87e1a57e7ac6ad0ef6e2933d682a9d9ef20d6f0 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 29 Jan 2018 17:37:49 +0100 Subject: [PATCH] haproxy: Update version from 1.7.9 to 1.8.0 HAProxy 1.8.0 contains better HTTP/2 support. --- haproxy.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy.be0 b/haproxy.be0 index b2ded16fb..a0f0023a2 100755 --- a/haproxy.be0 +++ b/haproxy.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION haproxy-1.7.9-0 +# BEE_VERSION haproxy-1.8.0-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.)