Skip to content

Commit 910c0bf

Browse files
committed
StreamService updates
1 parent ced8215 commit 910c0bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.red5</groupId>
55
<artifactId>red5-parent</artifactId>
6-
<version>1.2.20</version>
6+
<version>1.2.21</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>red5-server-common</artifactId>

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

+2-2
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.20";
58+
public static final String VERSION = "Red5 Server 1.2.21";
5959

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

6565
/**
6666
* Server capabilities

0 commit comments

Comments
 (0)