Switch all func tests to lightynode
[transportpce.git] / tests / install_lightynode.sh
index 6d1f52e200b4b47fab75faa90f663b388de523e2..aa9cd5e94fd245603cda64ba0c23ab9740a5b2d1 100755 (executable)
@@ -2,7 +2,7 @@
 
 #set -x
 
-PLUGIN_VERSION=${1:-19.1.0.3}
+PLUGIN_VERSION=${1:-19.1.0.5}
 
 #check if curl exists
 if ! [ -x "$(command -v curl)" ];then