Update Version

This commit is contained in:
Jonathan Baecker 2024-10-14 14:22:05 +02:00
parent 53b2fd442b
commit 7827851a40
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -1215,7 +1215,7 @@ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
[[package]]
name = "ffplayout"
version = "0.24.0-rc2"
version = "0.24.0-rc3"
dependencies = [
"actix-files",
"actix-multipart",
@ -3675,7 +3675,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.24.0-rc2"
version = "0.24.0-rc3"
dependencies = [
"actix-rt",
"actix-test",

View File

@ -5,7 +5,7 @@ resolver = "2"
[workspace.package]
description = "24/7 playout based on rust and ffmpeg"
readme = "README.md"
version = "0.24.0-rc2"
version = "0.24.0-rc3"
license = "GPL-3.0"
repository = "https://github.com/ffplayout/ffplayout"
authors = ["Jonathan Baecker <jonbae77@gmail.com>"]

View File

@ -1,6 +1,6 @@
FROM alpine:latest
ARG FFPLAYOUT_VERSION=0.24.0-rc2
ARG FFPLAYOUT_VERSION=0.24.0-rc3
ARG SHARED_STORAGE=false
ENV DB=/db

View File

@ -1,6 +1,6 @@
FROM alpine:latest
ARG FFPLAYOUT_VERSION=0.24.0-rc2
ARG FFPLAYOUT_VERSION=0.24.0-rc3
ARG SHARED_STORAGE=false
ENV DB=/db

View File

@ -1,6 +1,6 @@
FROM nvidia/cuda:12.5.0-runtime-rockylinux9
ARG FFPLAYOUT_VERSION=0.24.0-rc2
ARG FFPLAYOUT_VERSION=0.24.0-rc3
ARG SHARED_STORAGE=false
ENV DB=/db