Skip to content

Commit

Permalink
Bump 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaterFire committed Jan 15, 2019
1 parent efde50b commit fe1f297
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 "Oct 2018" "version 1.9.0"
.TH TROJAN 1 "Jan 2019" "version 1.10.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.9.0");
const string Version::version("1.10.0");

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

0 comments on commit fe1f297

Please sign in to comment.