Skip to content

Commit

Permalink
1.0.0-ALPHA-4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wkgcass committed Apr 2, 2019
1 parent 9b0a3ef commit 18f1cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/cassite/vproxy/app/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static Application get() {
public final AutoLBHolder autoLBHolder;

private Application() throws IOException {
this.version = "1.0.0-ALPHA-3"; // _THE_VERSION_
this.version = "1.0.0-ALPHA-4"; // _THE_VERSION_

this.eventLoopGroupHolder = new EventLoopGroupHolder();
this.serverGroupHolder = new ServerGroupHolder();
Expand Down

0 comments on commit 18f1cbd

Please sign in to comment.