Skip to content

Commit

Permalink
version 0.5.118
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Apr 21, 2024
1 parent 6fde2b0 commit d120deb
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.5.117"
version = "0.5.118"
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.5.117
Version: 0.5.118
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 @@ -468,7 +468,7 @@ fn init_pcap(
#[derive(Parser, Debug)]
#[clap(
author = "Chris Kennedy",
version = "0.5.117",
version = "0.5.118",
about = "MpegTS Stream Analysis Probe with Kafka and GStreamer"
)]
struct Args {
Expand Down

0 comments on commit d120deb

Please sign in to comment.