From 9d54fb7d1c1679136d92f411a7403b774a92d56b Mon Sep 17 00:00:00 2001 From: Zack Slayton Date: Fri, 23 Sep 2022 21:30:22 -0400 Subject: [PATCH] Version bump to v0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fbeae6..60657de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cron" -version = "0.11.0" +version = "0.12.0" authors = ["Zack Slayton "] repository = "https://github.com/zslayton/cron" documentation = "https://docs.rs/cron"