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 359f080 commit f352683Copy full SHA for f352683
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.15";
+ public static final String VERSION = "Red5 Server 1.2.18";
59
60
61
* Server version for fmsVer requests
62
63
- public static final String FMS_VERSION = "RED5/1,2,15,0";
+ public static final String FMS_VERSION = "RED5/1,2,18,0";
64
65
66
* Server capabilities
0 commit comments