From d56f7f2f0ff837f460bf0fedc2f685790c150566 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 18 Jan 2024 23:43:10 -0500 Subject: [PATCH] Upping to v0.2.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48d81f1..7841c75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zealot" description = "Bit Goblin automated video transcoding service." -version = "0.2.6" +version = "0.2.7" edition = "2021" readme = "README.md" license = "BSD 2-Clause"