diff --git a/Cargo.lock b/Cargo.lock index 3531e89a..909a5d42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 31f62efe..08244c9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "]