From e6da0fa4a10da994ee6ff675117684c74f022be0 Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Sat, 29 Sep 2018 14:59:50 -0400 Subject: [PATCH] Bump LibreSSL 2.8 version in CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7fd91b4..e325ea78 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,7 +108,7 @@ libressl_250: &LIBRESSL_250 VERSION: 2.5.0 libressl_270: &LIBRESSL_280 LIBRARY: libressl - VERSION: 2.8.0 + VERSION: 2.8.1 x86_64: &X86_64 TARGET: x86_64-unknown-linux-gnu