Skip to content

Commit

Permalink
StreamService updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Apr 15, 2022
1 parent ced8215 commit 910c0bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
<version>1.2.20</version>
<version>1.2.21</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>red5-server-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/red5/server/api/Red5.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ public final class Red5 {
/**
* Server version with revision
*/
public static final String VERSION = "Red5 Server 1.2.20";
public static final String VERSION = "Red5 Server 1.2.21";

/**
* Server version for fmsVer requests
*/
public static final String FMS_VERSION = "RED5/1,2,20,0";
public static final String FMS_VERSION = "RED5/1,2,21,0";

/**
* Server capabilities
Expand Down

0 comments on commit 910c0bf

Please sign in to comment.