Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Apr 30, 2024
1 parent d764852 commit 42e9523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version = "0.7.2"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion specs/rsprobe.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: rsprobe
Version: 0.7.1
Version: 0.7.2
Release: 1%{?dist}
Summary: MpegTS Stream Analysis Probe with Kafka and GStreamer
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion src/bin/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ async fn send_to_kafka(
#[derive(Parser, Debug)]
#[clap(
author = "Chris Kennedy",
version = "0.7.1",
version = "0.7.2",
about = "MpegTS Stream Analysis Probe with Kafka and GStreamer"
)]
struct Args {
Expand Down

0 comments on commit 42e9523

Please sign in to comment.