From 11ab58ca10ceab3c7d43a0df8449de757aa3cb09 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Tue, 1 Jun 2021 23:54:52 +0200 Subject: [PATCH] bump to 2.7.0 --- src/certifi.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/certifi.app.src b/src/certifi.app.src index 3ca691e..f408224 100644 --- a/src/certifi.app.src +++ b/src/certifi.app.src @@ -1,6 +1,6 @@ {application, certifi, [{description, "CA bundle adapted from Mozilla by https://certifi.io"}, - {vsn, "2.6.1"}, + {vsn, "2.7.0"}, {registered, []}, {applications, [kernel,stdlib]}, {env,[]},