From 042bda095f602a900876cccb9b39115ebce95a85 Mon Sep 17 00:00:00 2001 From: Led Date: Tue, 11 Jun 2024 12:23:51 +0300 Subject: [PATCH] 7.0.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 75a46b6b..1a988ee7 100644 --- a/src/otpbp.app.src +++ b/src/otpbp.app.src @@ -1,5 +1,5 @@ {application, otpbp, [{description, "OTP backports"}, - {vsn, "7.0.2"}, + {vsn, "7.0.3"}, {registered, []}, {applications, [kernel, stdlib]}, {modules, []},