From 31706631a2a1a585e6065a631f0af737d177e619 Mon Sep 17 00:00:00 2001 From: Led Date: Mon, 9 Sep 2024 22:01:43 +0300 Subject: [PATCH] 6.15.1 --- src/otpbp.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otpbp.app.src b/src/otpbp.app.src index f2fc76b1..b8f20fe2 100644 --- a/src/otpbp.app.src +++ b/src/otpbp.app.src @@ -1,5 +1,5 @@ {application, otpbp, [{description, "OTP backports"}, - {vsn, "6.15.0"}, + {vsn, "6.15.1"}, {registered, []}, {applications, [kernel, stdlib]}, {modules, []},