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 88cee98 commit d1616ebCopy full SHA for d1616eb
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>org.red5</groupId>
5
<artifactId>red5-parent</artifactId>
6
- <version>1.2.20</version>
+ <version>1.2.21</version>
7
</parent>
8
<modelVersion>4.0.0</modelVersion>
9
<artifactId>red5-client</artifactId>
src/main/java/org/red5/client/Red5Client.java
@@ -18,7 +18,7 @@ public final class Red5Client {
18
/**
19
* Current server version with revision
20
*/
21
- public static final String VERSION = "Red5 Client 1.2.20";
+ public static final String VERSION = "Red5 Client 1.2.21";
22
23
24
* Create a new Red5Client object using the connection local to the current thread A bit of magic that lets you access the red5 scope
0 commit comments