update binary constants to trigger upgrade

This commit is contained in:
n8fr8 2018-09-05 21:35:54 -04:00
parent b0e2d4e63b
commit 84d7745cde
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ public interface TorServiceConstants {
int FILE_WRITE_BUFFER_SIZE = 1024;
String BINARY_TOR_VERSION = "0.3.3.5-openssl1.0.2o";
String BINARY_TOR_VERSION = "0.3.4.7-openssl1.0.2o";
}