From c29c52234bc3c59658ebd7d1b66a08b96487fe48 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 18 Oct 2023 18:00:23 +0200 Subject: [PATCH] chore: use ooni/probe-cli@v3.19.0-alpha.4 This is the latest alpha release as of this writing and contains the necessary code to run riseupvpn as a default-disable experimental nettest. As documented by https://github.com/ooni/probe/issues/2576, this release also has an issue when running that we'll fix on the probe-cli side as soon as possible. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f472487d..47d6b96c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Open Observatory of Network Interference (OONI) ", "productName": "OONI Probe", "version": "3.9.1", - "probeVersion": "3.17.5", + "probeVersion": "3.19.0-alpha.4", "main": "main/index.js", "license": "BSD-3-Clause", "repository": "ooni/probe-desktop",