update version

This commit is contained in:
jb-alvarado 2024-06-19 21:28:19 +02:00
parent 684ce609bf
commit 113f659037
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1072,7 +1072,7 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "ffplayout"
version = "0.24.0"
version = "0.24.0-beta1"
dependencies = [
"actix-files",
"actix-multipart",
@ -3518,7 +3518,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.24.0"
version = "0.24.0-beta1"
dependencies = [
"chrono",
"crossbeam-channel",

View File

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