From 03048e4226366f973200187e128adde22cb7dfbb Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Tue, 12 Nov 2024 22:05:27 +0530 Subject: [PATCH] feat: version bumped to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b57b406..8d6f585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cron-with-randomness" -version = "0.1.0" +version = "0.2.0" edition = "2021" [dependencies]