Skip to content

Commit

Permalink
1.0.0-BETA-8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wkgcass committed Feb 10, 2020
1 parent 1e34759 commit 7ca292b
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 @@ -21,7 +21,7 @@ public class Application {
public static final String DEFAULT_WORKER_EVENT_LOOP_NAME_SUFFIX = ")";
public static final String DEFAULT_CONTROL_EVENT_LOOP_GROUP_NAME = "(control-elg)";
public static final String DEFAULT_CONTROL_EVENT_LOOP_NAME = "(control-el)";
public static final String VERSION = "1.0.0-BETA-8-dev"; // _THE_VERSION_
public static final String VERSION = "1.0.0-BETA-8"; // _THE_VERSION_

private static Application application;

Expand Down

0 comments on commit 7ca292b

Please sign in to comment.