From 8667ec3af3bc3771f67ca7451cf9bd13d90d2f38 Mon Sep 17 00:00:00 2001 From: Zack Slayton Date: Thu, 26 Dec 2024 16:42:19 +0100 Subject: [PATCH] Version bump to v0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa40273..22ad4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cron" -version = "0.13.0" +version = "0.14.0" authors = ["Zack Slayton "] repository = "https://github.com/zslayton/cron" documentation = "https://docs.rs/cron"