From 316ad240b140b4c62d87c3ca5f0588e56c05c2db Mon Sep 17 00:00:00 2001 From: Led Date: Mon, 23 Sep 2024 18:21:58 +0300 Subject: [PATCH] 5.28.2 --- 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 d722415..5b32d10 100644 --- a/src/otpbp.app.src +++ b/src/otpbp.app.src @@ -1,5 +1,5 @@ {application, otpbp, [{description, "OTP backports"}, - {vsn, "5.28.1"}, + {vsn, "5.28.2"}, {registered, []}, {applications, [kernel, stdlib]}, {modules, []},