From c0d63b630db243644d4e8f85d69bbbdcbfaba802 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Sun, 23 Jun 2024 12:57:41 +0530 Subject: [PATCH] chore: bump version to 1.0 in rust --- src/rust/src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/src/args.rs b/src/rust/src/args.rs index 20416e99d..fd443ae31 100644 --- a/src/rust/src/args.rs +++ b/src/rust/src/args.rs @@ -36,7 +36,7 @@ cfg_if! { #[derive(Debug, Parser)] #[command(name = "CCExtractor")] #[command(author = "Carlos Fernandez Sanz, Volker Quetschke.")] -#[command(version = "0.94")] +#[command(version = "1.0")] #[command(about = "Teletext portions taken from Petr Kutalek's telxcc -------------------------------------------------------------------------- Originally based on McPoodle's tools. Check his page for lots of information