From 21740a63c1d8b42a5589a5fb3078adbc6fbba4bc Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 15 Sep 2022 18:16:12 -0400 Subject: [PATCH] Version bump to v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9ff02c..edffc7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zealot" description = "Bit Goblin automated video transcoding service." -version = "0.1.3" +version = "0.2.0" edition = "2021" readme = "README.md" license = "BSD 2-Clause"