From ca337736c8a9f52507dc2f0a2be358beef196d38 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Fri, 13 Sep 2024 16:01:46 -0400 Subject: [PATCH] chore: upgrade FreeSWITCH to 1.10.12 (port) (#21181) --- freeswitch.placeholder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeswitch.placeholder.sh b/freeswitch.placeholder.sh index 963bf10d45..8357d569bb 100755 --- a/freeswitch.placeholder.sh +++ b/freeswitch.placeholder.sh @@ -2,5 +2,5 @@ mkdir freeswitch cd freeswitch git init git remote add origin https://github.com/signalwire/freeswitch.git -git fetch --depth 1 origin v1.10.11 +git fetch --depth 1 origin v1.10.12 git checkout FETCH_HEAD