update version string to 0.3.4.8-openssl1.0.2p-1 for 2nd release of 0.3.4.8

This commit is contained in:
n8fr8 2018-10-11 16:50:58 -04:00
parent ff7ecbdba9
commit 0417acf570
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.4.8-openssl1.0.2p";
String BINARY_TOR_VERSION = "0.3.4.8-openssl1.0.2p-1";
}