Skip to content

Commit

Permalink
Bump 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaterFire committed Jun 10, 2020
1 parent 58e3393 commit 8606b71
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 "March 2020" "version 1.15.1"
.TH TROJAN 1 "June 2020" "version 1.16.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.15.1");
const string Version::version("1.16.0");

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

0 comments on commit 8606b71

Please sign in to comment.