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 8e07692 commit 34df04bCopy full SHA for 34df04b
docs/trojan.1
@@ -1,4 +1,4 @@
1
-.TH TROJAN 1 "Apr 2019" "version 1.12.1"
+.TH TROJAN 1 "May 2019" "version 1.12.2"
2
.SH NAME
3
trojan \- an unidentifiable mechanism that helps you bypass GFW
4
.SH SYNOPSIS
src/version.cpp
@@ -20,7 +20,7 @@
20
#include "version.h"
21
using namespace std;
22
23
-const string Version::version("1.12.1");
+const string Version::version("1.12.2");
24
25
string Version::get_version() {
26
return version;
0 commit comments