We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabfbe4 commit 7cfe059Copy full SHA for 7cfe059
docs/trojan.1
@@ -1,4 +1,4 @@
1
-.TH TROJAN 1 "December 2019" "version 1.14.0"
+.TH TROJAN 1 "January 2020" "version 1.14.1"
2
.SH NAME
3
trojan \- an unidentifiable mechanism that helps you bypass GFW
4
.SH SYNOPSIS
src/core/version.cpp
@@ -20,7 +20,7 @@
20
#include "version.h"
21
using namespace std;
22
23
-const string Version::version("1.14.0");
+const string Version::version("1.14.1");
24
25
string Version::get_version() {
26
return version;
0 commit comments