change version to bug fix release

This commit is contained in:
jb-alvarado 2022-11-28 18:29:55 +01:00
parent edfff8269b
commit c70db0d327
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -971,7 +971,7 @@ dependencies = [
[[package]]
name = "ffplayout"
version = "0.17.0"
version = "0.16.5"
dependencies = [
"chrono",
"clap",
@ -1022,7 +1022,7 @@ dependencies = [
[[package]]
name = "ffplayout-lib"
version = "0.17.0"
version = "0.16.5"
dependencies = [
"chrono",
"crossbeam-channel",

View File

@ -4,7 +4,7 @@ description = "24/7 playout based on rust and ffmpeg"
license = "GPL-3.0"
authors = ["Jonathan Baecker jonbae77@gmail.com"]
readme = "README.md"
version = "0.17.0"
version = "0.16.5"
edition = "2021"
default-run = "ffplayout"

View File

@ -4,7 +4,7 @@ description = "Library for ffplayout"
license = "GPL-3.0"
authors = ["Jonathan Baecker jonbae77@gmail.com"]
readme = "README.md"
version = "0.17.0"
version = "0.16.5"
edition = "2021"
[dependencies]