From ffd7e0f4d3f4a3dbd43a0c7d0954827e0d70552a Mon Sep 17 00:00:00 2001 From: Led Date: Fri, 11 Oct 2024 20:26:50 +0300 Subject: [PATCH] 7.3.3 --- 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 16395ea..4350863 100644 --- a/src/otpbp.app.src +++ b/src/otpbp.app.src @@ -1,5 +1,5 @@ {application, otpbp, [{description, "OTP backports"}, - {vsn, "7.3.2"}, + {vsn, "7.3.3"}, {registered, []}, {applications, [kernel, stdlib]}, {modules, []},