Skip to content

Commit

Permalink
Bump 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaterFire committed Dec 27, 2019
1 parent 3eae52b commit 18763b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/trojan.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH TROJAN 1 "September 2019" "version 1.13.0"
.TH TROJAN 1 "December 2019" "version 1.14.0"
.SH NAME
trojan \- an unidentifiable mechanism that helps you bypass GFW
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/core/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "version.h"
using namespace std;

const string Version::version("1.13.0");
const string Version::version("1.14.0");

string Version::get_version() {
return version;
Expand Down

0 comments on commit 18763b7

Please sign in to comment.