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 28b7e83 commit 2a8435dCopy full SHA for 2a8435d
.github/workflows/nginx-http-flv-module.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
env:
15
- NGINX_VERSION: nginx-1.28.1
+ NGINX_VERSION: nginx-1.28.2
16
17
steps:
18
- uses: actions/checkout@v3
ngx_rtmp_version.h
@@ -9,8 +9,8 @@
9
#define _NGX_RTMP_VERSION_H_INCLUDED_
10
11
-#define nginx_rtmp_version 1002012
-#define NGINX_RTMP_VERSION "1.2.12"
+#define nginx_rtmp_version 1002013
+#define NGINX_RTMP_VERSION "1.2.13"
#endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */
0 commit comments