From 9fd341387cfea3b688f16488164649548c1ee01e Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 10 Sep 2023 20:07:10 +0800 Subject: [PATCH] Release v5.9.25 --- platform/version.go | 2 +- scripts/setup-aapanel/info.json | 2 +- scripts/setup-bt/info.json | 2 +- scripts/setup-droplet/srs.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/version.go b/platform/version.go index 2242a8e9..5956cd45 100644 --- a/platform/version.go +++ b/platform/version.go @@ -6,4 +6,4 @@ package main // The version for platform. -const version = "v5.9.21" +const version = "v5.9.25" diff --git a/scripts/setup-aapanel/info.json b/scripts/setup-aapanel/info.json index 941e377b..14120ecc 100644 --- a/scripts/setup-aapanel/info.json +++ b/scripts/setup-aapanel/info.json @@ -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.9.21", + "versions": "5.9.25", "checks": "/www/server/panel/plugin/srs_stack", "author": "Winlin", "home": "https://github.com/ossrs/srs-stack" diff --git a/scripts/setup-bt/info.json b/scripts/setup-bt/info.json index 39261bc7..637fb3fe 100644 --- a/scripts/setup-bt/info.json +++ b/scripts/setup-bt/info.json @@ -2,7 +2,7 @@ "title": "SRS音视频服务器", "name": "srs_stack", "ps": "直播和WebRTC音视频能力,支持RTMP、WebRTC、HLS、HTTP-FLV、SRT、MPEG-DASH和GB28181等常用协议", - "versions": "5.9.21", + "versions": "5.9.25", "checks": "/www/server/panel/plugin/srs_stack", "author": "Winlin", "home": "https://github.com/ossrs/srs-stack" diff --git a/scripts/setup-droplet/srs.json b/scripts/setup-droplet/srs.json index cb80fbe5..b450eb75 100644 --- a/scripts/setup-droplet/srs.json +++ b/scripts/setup-droplet/srs.json @@ -3,7 +3,7 @@ "do_token": "{{env `DIGITALOCEAN_TOKEN`}}", "image_name": "srs-5-snapshot-{{timestamp}}", "application_name": "SRS", - "application_version": "5.9.21" + "application_version": "5.9.25" }, "sensitive-variables": ["do_token"], "builders": [