We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2cb95 commit 0f99c97Copy full SHA for 0f99c97
src/main/java/org/red5/server/api/Red5.java
@@ -55,12 +55,12 @@ public final class Red5 {
55
/**
56
* Server version with revision
57
*/
58
- public static final String VERSION = "Red5 Server 1.2.18";
+ public static final String VERSION = "Red5 Server 1.2.19";
59
60
61
* Server version for fmsVer requests
62
63
- public static final String FMS_VERSION = "RED5/1,2,18,0";
+ public static final String FMS_VERSION = "RED5/1,2,19,0";
64
65
66
* Server capabilities
0 commit comments