diff --git a/Cargo.toml b/Cargo.toml index e061ffd..0cc4a0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license-file = "LICENSE" homepage = "https://github.com/groovybits/rscap" repository = "https://github.com/groovybits/rscap" authors = ["Chris Kennedy"] -version = "0.7.7" +version = "0.7.8" edition = "2021" [lib] diff --git a/specs/rsprobe.spec b/specs/rsprobe.spec index 3249477..d859bc4 100755 --- a/specs/rsprobe.spec +++ b/specs/rsprobe.spec @@ -1,5 +1,5 @@ Name: rsprobe -Version: 0.7.7 +Version: 0.7.8 Release: 1%{?dist} Summary: MpegTS Stream Analysis Probe with Kafka and GStreamer License: MIT diff --git a/src/bin/probe.rs b/src/bin/probe.rs index c10db35..b0ee11d 100644 --- a/src/bin/probe.rs +++ b/src/bin/probe.rs @@ -494,7 +494,7 @@ async fn send_to_kafka( #[derive(Parser, Debug)] #[clap( author = "Chris Kennedy", - version = "0.7.7", + version = "0.7.8", about = "MpegTS Stream Analysis Probe with Kafka and GStreamer" )] struct Args {