Skip to content

Commit

Permalink
1.0.0-BETA-3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wkgcass committed Jun 18, 2019
1 parent 84880a2 commit 81b5469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/vproxy/app/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static Application get() {
public final SmartLBGroupHolder smartLBGroupHolder;

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

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

0 comments on commit 81b5469

Please sign in to comment.