Skip to content

Commit

Permalink
Bump 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaterFire committed Mar 22, 2020
1 parent d7d6523 commit 9d001d5
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 "January 2020" "version 1.14.1"
.TH TROJAN 1 "March 2020" "version 1.15.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.14.1");
const string Version::version("1.15.0");

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

0 comments on commit 9d001d5

Please sign in to comment.