From 6da511fd7a5b11b763c3df7b2e6e0d6bf56f6214 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 10 Sep 2023 09:20:06 +0800 Subject: [PATCH] Release v5.9.21 --- 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 14133168..2242a8e9 100644 --- a/platform/version.go +++ b/platform/version.go @@ -6,4 +6,4 @@ package main // The version for platform. -const version = "v5.9.19" +const version = "v5.9.21" diff --git a/scripts/setup-aapanel/info.json b/scripts/setup-aapanel/info.json index 9da73a71..941e377b 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.19", + "versions": "5.9.21", "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 22b8054a..39261bc7 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.19", + "versions": "5.9.21", "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 46c422ab..cb80fbe5 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.19" + "application_version": "5.9.21" }, "sensitive-variables": ["do_token"], "builders": [