Skip to content

Commit f352683

Browse files
committed
bump version in Red5.java
1 parent 359f080 commit f352683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/red5/server/api/Red5.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ public final class Red5 {
5555
/**
5656
* Server version with revision
5757
*/
58-
public static final String VERSION = "Red5 Server 1.2.15";
58+
public static final String VERSION = "Red5 Server 1.2.18";
5959

6060
/**
6161
* Server version for fmsVer requests
6262
*/
63-
public static final String FMS_VERSION = "RED5/1,2,15,0";
63+
public static final String FMS_VERSION = "RED5/1,2,18,0";
6464

6565
/**
6666
* Server capabilities

0 commit comments

Comments
 (0)