Skip to content

Commit

Permalink
Bump 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bestoa committed Nov 14, 2016
1 parent d9fa128 commit 7dda0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '0.8.1'
version '0.8.2'

apply plugin: 'java'
apply plugin: 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/shadowsocks/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Main{

public static Logger log = LogManager.getLogger(Main.class.getName());

public static final String VERSION = "0.8.1";
public static final String VERSION = "0.8.2";

public static void main(String argv[])
{
Expand Down

0 comments on commit 7dda0a5

Please sign in to comment.