update version

This commit is contained in:
jb-alvarado 2024-09-23 08:22:42 +02:00
parent 45a69ac003
commit 4a752a69b9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -4,7 +4,7 @@ default-members = ["ffplayout", "tests"]
resolver = "2"
[workspace.package]
version = "0.24.0-beta4"
version = "0.24.0-rc1"
license = "GPL-3.0"
repository = "https://github.com/ffplayout/ffplayout"
authors = ["Jonathan Baecker <jonbae77@gmail.com>"]