From 2248e96044e37c2cae780549a41956390ea03730 Mon Sep 17 00:00:00 2001 From: nbabcock Date: Fri, 1 Nov 2024 17:06:16 -0500 Subject: [PATCH] chore: release v2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 551df72..c386e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sidecar" -version = "2.0.0-rc" +version = "2.0.0" edition = "2021" description = "Wrap a standalone FFmpeg binary in an intuitive Iterator interface." authors = ["Nathan Babcock "]