Skip to content

Commit

Permalink
Bump 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaterFire committed Aug 28, 2018
1 parent 561a3d1 commit dba8be5
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 "Aug 2018" "version 1.5.3"
.TH trojan 1 "Aug 2018" "version 1.6.0"
.SH NAME
trojan \- an unidentifiable mechanism that helps you bypass GFW
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion src/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.5.3");
const string Version::version("1.6.0");

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

0 comments on commit dba8be5

Please sign in to comment.