We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40439ce commit dc44ea6Copy full SHA for dc44ea6
src/main/java/vproxy/app/Application.java
@@ -21,7 +21,7 @@ public class Application {
21
public static final String DEFAULT_WORKER_EVENT_LOOP_NAME_SUFFIX = ")";
22
public static final String DEFAULT_CONTROL_EVENT_LOOP_GROUP_NAME = "(control-elg)";
23
public static final String DEFAULT_CONTROL_EVENT_LOOP_NAME = "(control-el)";
24
- public static final String VERSION = "1.0.0-BETA-5-DEV"; // _THE_VERSION_
+ public static final String VERSION = "1.0.0-BETA-5"; // _THE_VERSION_
25
26
private static Application application;
27
0 commit comments