Skip to content

Commit

Permalink
Bump version to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tindy2013 committed May 12, 2020
1 parent d84cb16 commit 0bf5357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/printout.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ enum
#define TROJAN_DEFAULT_GROUP "TrojanProvider"
#define SNELL_DEFAULT_GROUP "SnellProvider"

void printMsg(int index, nodeInfo *node, bool rpcmode);
void printMsg(int index, nodeInfo &node, bool rpcmode);
void printMsgWithDict(int index, bool rpcmode, std::vector<std::string> dict, std::vector<std::string> trans);
void printMsgDirect(int index, bool rpcmode);

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef VERSION_H_INCLUDED
#define VERSION_H_INCLUDED

#define VERSION "v0.5.1"
#define VERSION "v0.5.2"

#endif // VERSION_H_INCLUDED

0 comments on commit 0bf5357

Please sign in to comment.