updating display string to 0.3.3.5-openssl1.0.2o

This commit is contained in:
n8fr8 2018-05-12 00:05:36 -04:00
parent 9e428e1e09
commit ff59b5595f
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.2.10-openssl1.0.2o";
String BINARY_TOR_VERSION = "0.3.3.5-openssl1.0.2o";
}