Skip to content

Commit

Permalink
Release stable version. v5.8.31
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 5, 2023
1 parent cc72962 commit 4f9c6b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
allowUpdates: true
tag: ${{ github.ref }}
draft: true
prerelease: true
prerelease: false
# Map a step output to a job output, see https://docs.github.com/en/actions/using-jobs/defining-outputs-for-jobs
outputs:
SRS_RELEASE_ID: ${{ steps.create_draft.outputs.id }}
Expand Down Expand Up @@ -264,5 +264,5 @@ jobs:
* [Changelog](https://ossrs.net/lts/zh-cn/faq-srs-stack#changelog)
* [Features](https://ossrs.net/lts/zh-cn/faq-srs-stack#features)
draft: false
prerelease: true
makeLatest: false
prerelease: false
makeLatest: true
2 changes: 1 addition & 1 deletion platform/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
package main

// The version for platform.
const version = "v5.8.30"
const version = "v5.8.31"
2 changes: 1 addition & 1 deletion scripts/setup-aapanel/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "SRS Stack",
"name": "srs_stack",
"ps": "SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, and SRT.",
"versions": "5.8.30",
"versions": "5.8.31",
"checks": "/www/server/panel/plugin/srs_stack",
"author": "Winlin",
"home": "https://github.com/ossrs/srs-stack"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-bt/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "SRS音视频服务器",
"name": "srs_stack",
"ps": "直播和WebRTC音视频能力,支持RTMP、WebRTC、HLS、HTTP-FLV、SRT、MPEG-DASH和GB28181等常用协议",
"versions": "5.8.30",
"versions": "5.8.31",
"checks": "/www/server/panel/plugin/srs_stack",
"author": "Winlin",
"home": "https://github.com/ossrs/srs-stack"
Expand Down

0 comments on commit 4f9c6b6

Please sign in to comment.