diff --git a/Cargo.toml b/Cargo.toml index ce165e9b..0095caba 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.0" +version = "0.7.1" edition = "2021" [lib] diff --git a/specs/rsprobe.spec b/specs/rsprobe.spec index 63b810fa..fafbc7ca 100755 --- a/specs/rsprobe.spec +++ b/specs/rsprobe.spec @@ -1,5 +1,5 @@ Name: rsprobe -Version: 0.7.0 +Version: 0.7.1 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 550aa960..431c7886 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.0", + version = "0.7.1", about = "MpegTS Stream Analysis Probe with Kafka and GStreamer" )] struct Args {