From 5ff0e1493c8c0a7900375611bae96d056d135b24 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 19 Oct 2022 20:37:16 -0600 Subject: [PATCH] Chang version to 1.10.8 --- debian/resources/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/config.sh b/debian/resources/config.sh index 50c638b..c9dac13 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -9,7 +9,7 @@ system_branch=master # master, stable switch_branch=stable # master, stable switch_source=true # true (source compile) or false (binary package) switch_package=false # true (binary package) or false (source compile) -switch_version=1.10.7 # which source code to download, only for source +switch_version=1.10.8 # which source code to download, only for source switch_tls=true # true or false switch_token= # Get the auth token from https://signalwire.com # Signup or Login -> Profile -> Personal Auth Token