From 3bf0daee4fa1c40d90169dd3a446602e9793266f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 17 Jan 2023 11:05:51 +0100 Subject: [PATCH] Release 1.2.7 --- src/stun.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stun.app.src b/src/stun.app.src index 6f17bbc..f31ee57 100644 --- a/src/stun.app.src +++ b/src/stun.app.src @@ -23,7 +23,7 @@ {application, stun, [{description, "STUN and TURN library for Erlang / Elixir"}, - {vsn, "1.2.6"}, + {vsn, "1.2.7"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, fast_tls, p1_utils]},