From 0ed09b82f0abd5cb7124b6a4225c60854dcd9deb Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Wed, 26 Jun 2024 11:28:06 +0200 Subject: [PATCH] Bump BRAVE_TOR_VERSION This lets us release a new version of the tor binary whose only change is in the Windows codesigning certificate. --- env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sh b/env.sh index 12153ca..1cdfba2 100644 --- a/env.sh +++ b/env.sh @@ -4,7 +4,7 @@ export MACOSX_DEPLOYMENT_TARGET=10.15 # Reset version number to zero everytime TOR_VERSION changes. -export BRAVE_TOR_VERSION="1" +export BRAVE_TOR_VERSION="2" export TOR_VERSION="0.4.8.10"