Skip to content

Commit

Permalink
Updated for version 1.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mondain committed Apr 6, 2022
1 parent 3a2cb95 commit 0f99c97
Showing 1 changed file with 2 additions and 2 deletions.
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.18";
public static final String VERSION = "Red5 Server 1.2.19";

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

/**
* Server capabilities
Expand Down

0 comments on commit 0f99c97

Please sign in to comment.